Inform 7: Difference between revisions

From IFWiki

m (→‎Public Beta Releases: typos (sorry))
Line 38: Line 38:
*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] | 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)'''
*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)


==Links==
==Links==

Revision as of 07:51, 26 March 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

Links

Documentation, Tips, and Examples by Individuals

Public discussion

Notable newsgroup and forum postings about Inform 7:

Reviews