README 1.1 KB

12345678910111213141516171819202122232425
  1. inform (interactive fiction compiler)
  2. Inform 6 is version 6 of Inform, an interactive fiction programming
  3. language created by Graham Nelson. Inform 6 made its debut on April 30th,
  4. 1996, and it continues to be one of the most popular IF development
  5. systems even after the introduction of Inform 7 in 2006. Inform 6,
  6. like all other versions of Inform, compiles to code not only for the
  7. Z-machine, the same virtual machine used by Infocom, but also for the
  8. more powerful and flexible virtual machine called Glulx.
  9. This is a command-line compiler for the Inform 6 language. For a graphical
  10. Inform 7 compiler, see gnome-inform7. Inform 6 and 7 are completely
  11. different languages, so it's not redundant to install both.
  12. To get started writing interactive fiction with Inform, everything you
  13. need is installed in /usr/doc/inform-$VERSION:
  14. inform_beginners_guide.pdf - Read this first.
  15. manual/index.html - The Designer's Manual. Everything you need to know.
  16. tutorials/*.inf - Tutorials in Inform source code format.
  17. demos/*.inf - Source to sample games.
  18. Related packages: you'll want a Z-Code interpreter to try out your creations.
  19. Install one of: fizmo, frotz, zoom.