home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / adventure / infocom / ReadMe < prev    next >
Text File  |  1994-10-14  |  2KB  |  57 lines

  1.  
  2. Inventory...
  3.  
  4. Inform is a compiler to produce Adventure games in the "Infocom" code format,
  5. or "Z-code".
  6.  
  7. !Zip is an application to play such game files.
  8.  
  9. Versions of most of these files appeared on three successive cover discs of
  10. Acorn User, but these editions are significantly upgraded from those.  For
  11. legal details on the use of Inform, see the introduction to the Designer's
  12. Manual.  Roughly speaking, copyright remains with myself but it is freely
  13. usable for any recreational purposes and indeed some commercial ones - in
  14. particular, games produced using it can be sold (subject only to some very
  15. mild restrictions).
  16.  
  17. Directories:
  18.  
  19.     compiler
  20.  
  21.         source    Make-file, and ANSI C source for Inform, portable to most
  22.           c       machines and compilers
  23.           h
  24.  
  25.         manuals   Three manuals and a note about reading them
  26.  
  27.         inform    The actual compiler, compiled: put this in your Library
  28.                   directory
  29.  
  30.     games
  31.  
  32.         !Zip      The game "interpreter" (don't click on this to run it:
  33.                   click on a game file instead)
  34.  
  35.         zcode     Source for example games written in the Inform language:
  36.  
  37.                      Advent, Balances, Toyshop, Shell, Hello Cruel World
  38.  
  39.           h       The three include files which make up the Inform library,
  40.                   needed to compile any (orthodox) Inform game
  41.  
  42.         zgames    Actual game files: click on these to play, once the !Zip
  43.                   application has been seen.  The games supplied are...
  44.  
  45.                      Advent, Balances, Curses and Toyshop
  46.  
  47.         !Test     A useful little RISCOS tool which runs through test files
  48.                   of commands, feeding them one at a time into a game and
  49.                   stopping at "breakpoints".  Works in a horrid way - it
  50.                   inserts the commands directly into the keyboard buffer!
  51.                   Inside the directory is an example file of commands, a
  52.                   solution to Advent called T_Advent.  (See the Help file.)
  53.  
  54. Graham Nelson
  55. Oxford University
  56. 14/10/94
  57.