Inform 7: Difference between revisions

From IFWiki

Line 37: Line 37:
*4B91 - [http://www.inform-fiction.org/I7Downloads/I7_4B91_OSX.zip Mac OS X] | [http://www.inform-fiction.org/I7Downloads/I7_4B91_Windows.exe Windows] (10 November 2006)
*4B91 - [http://www.inform-fiction.org/I7Downloads/I7_4B91_OSX.zip Mac OS X] | [http://www.inform-fiction.org/I7Downloads/I7_4B91_Windows.exe Windows] (10 November 2006)
*4F59 - [http://www.inform-fiction.org/I7Downloads/I7_4F59_OSX.zip Mac OS X] | [http://www.inform-fiction.org/I7Downloads/I7_4F59_Windows.exe Windows] (21 December 2006)
*4F59 - [http://www.inform-fiction.org/I7Downloads/I7_4F59_OSX.zip Mac OS X] | [http://www.inform-fiction.org/I7Downloads/I7_4F59_Windows.exe Windows] (21 December 2006)
*4K40 - [http://www.inform-fiction.org/I7Downloads/I7_4K40_OSX.zip Mac OS X] | Windows (23 January 2007)
*4K40 - [http://www.inform-fiction.org/I7Downloads/I7_4K40_OSX.zip Mac OS X] (23 January 2007)
*4K41 - [http://www.inform-fiction.org/I7Downloads/I7_4K41_OSX.zip Mac OS X] | [http://www.inform-fiction.org/I7Downloads/I7_4K41_Windows.exe Windows] (23 January 2007)
*4K41 - [http://www.inform-fiction.org/I7Downloads/I7_4K41_OSX.zip Mac OS X] | [http://www.inform-fiction.org/I7Downloads/I7_4K41_Windows.exe Windows] (23 January 2007)
*4S08 - [http://www.inform-fiction.org/I7Downloads/I7_4S08_OSX.zip Mac OS X] | [http://www.inform-fiction.org/I7Downloads/I7_4S08_Windows.exe Windows] | Linux [http://www.inform-fiction.org/I7Downloads/I7_4S08_Linux_i386.tar.gz i386], [http://www.inform-fiction.org/I7Downloads/I7_4S08_Linux_all.tar.gz all architectures] (25 March 2007)
*4S08 - [http://www.inform-fiction.org/I7Downloads/I7_4S08_OSX.zip Mac OS X] | [http://www.inform-fiction.org/I7Downloads/I7_4S08_Windows.exe Windows] | Linux [http://www.inform-fiction.org/I7Downloads/I7_4S08_Linux_i386.tar.gz i386], [http://www.inform-fiction.org/I7Downloads/I7_4S08_Linux_all.tar.gz all architectures] (25 March 2007)

Revision as of 17:59, 10 August 2007

Inform 7 is an interactive fiction authoring system. It is notable for its use of a subset of natural language and for being rule based, rather than object based.

Although it is (in name) the successor to Inform 6, the syntax of the language is entirely different to its predecessor. The link to Inform 6 lies under the hood: an Inform story is translated first to Inform 6, which is then compiled into Z-Code by the Inform 6 compiler. This means that works produced using Inform 7 can be played on Z-Code interpreters (although there are some modifications required, as, for example, Inform 7 games tend to use a larger stack than Inform 6).

Inform 7 was first released as a public beta on April 30th, 2006.

Early Inform 7 games

The earliest Inform 7 game released to the public may have been Mystery House Possessed (Emily Short; 2005) for the Mystery House Taken Over project.

On March 1st, 2006, three example games were released (see the rgif announcement: Three Games in Inform 7). These games were:

Inform 7 was released as a public beta on April 30th, 2006. Three more example games were released at the same time:

All six example games are available from the Worked Examples page.

Code Snippets

I started this section before speaking to Graham Nelson about how we might share code examples. He said he had thought about the idea, but wanted to ponder it some more. If and when he decides to do something, I will likely alter this section. In the meantime, examples are welcome. --David Cornelson 21:27, 13 May 2006 (EST)

Public Beta Releases

Release notes

Links

Documentation, Tips, and Examples by Individuals

See also: Category:Examples of Inform 7 code

Public discussion

Notable newsgroup and forum postings about Inform 7:

  • Inform 7: Possible future developments, raif post by Emily Short and Graham Nelson, January 2007.
  • "Inform 7" is the wrong name, raif thread begun March 29, 2007. "Natural Inform" was the working name for Inform 7, and is what the compiler binary ".ni" stands for. However, Graham Nelson states: "Natural Inform is not officially the name of anything."

Reviews