Inform

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Resources)
(compilers, examples (in progress))
Line 21: Line 21:
 
* .i6: Sometimes seen to refer to Inform 6 files as opposed to Inform 7 files, usually in projects mixing both Inform 7 and Inform 6 code, and intermediate files generated by the Inform 7 natural language parser.
 
* .i6: Sometimes seen to refer to Inform 6 files as opposed to Inform 7 files, usually in projects mixing both Inform 7 and Inform 6 code, and intermediate files generated by the Inform 7 natural language parser.
  
== Resources ==
+
== Software ==
  
 +
* Inform 6 (cross-platform, [http://www.inform-fiction.org/software/current.html website])
 +
* Inform 7 (cross-platform, [http://inform7.com/download/ website])
 +
 +
Earlier version of Inform can be downloaded from the [http://www.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform5.html Interactive Fiction Archive]. For software needed to play games created by Inform, see [[Z-code]] and [[Glulx]].
 +
 +
== Sample Files ==
 +
 +
=== Inform 6 ===
 +
* [http://www.ifarchive.org/if-archive/infocom/compilers/inform6/examples/Balances.inf Balances.inf]: Balances (source code), by Graham Nelson
 +
* [http://www.ifarchive.org/if-archive/games/source/inform/vespers.inf vespers.inf]: Vespers (source code), by Jason Devlin
 +
 +
=== Inform 7 ===
 +
 +
 +
== Resources ==
 +
* [http://www.firthworks.com/roger/cloak/inform/index.html Cloak of Darkness: Inform]
 
* [http://ifwiki.org/index.php/Inform IFWiki: Inform]
 
* [http://ifwiki.org/index.php/Inform IFWiki: Inform]
 
* [http://www.inform-fiction.org/inform6.html Inform 6 Homepage (also for earlier versions)
 
* [http://www.inform-fiction.org/inform6.html Inform 6 Homepage (also for earlier versions)
 
* [http://www.inform7.com Inform 7 homepage]
 
* [http://www.inform7.com Inform 7 homepage]

Revision as of 01:20, 9 November 2012

File Formats > Electronic File Formats > Interactive Fiction > Inform

Contents

Description

Inform is an authoring system for Interactive Fiction. It is written and maintained by Graham Nelson, and was first introduced in 1993. It can compile to the Z-code story file format, and newer versions can also compile to the Glulx file format. Inform source code files are standard text files. In versions prior to Inform 7, the language is a traditional programming language. In Inform 7, a new "natural language" was introduced, allowing games to be written using simple English sentences.

Extensions

  • .inf: the standard extension for an Inform source code file in a version earlier than Inform 7.
  • .i7: The standard file extension for an Inform 7 source file.
  • .i6: Sometimes seen to refer to Inform 6 files as opposed to Inform 7 files, usually in projects mixing both Inform 7 and Inform 6 code, and intermediate files generated by the Inform 7 natural language parser.

Software

  • Inform 6 (cross-platform, website)
  • Inform 7 (cross-platform, website)

Earlier version of Inform can be downloaded from the Interactive Fiction Archive. For software needed to play games created by Inform, see Z-code and Glulx.

Sample Files

Inform 6

Inform 7

Resources

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox