home *** CD-ROM | disk | FTP | other *** search
/ Amiga Special: Spiele Hits / Hits-CD.iso / aminet / spiele / ammud1_1.lha / AmigaMUD / Doc / README < prev    next >
Text File  |  1997-07-06  |  1KB  |  37 lines

  1. Files in this directory, in rough order of suggested reading:
  2.  
  3. General:
  4.  
  5.     README - this file
  6.     Intro.txt - introduction to MUDs in general, and this MUD in particular
  7.     Playing.txt - how to play in this MUD in particular
  8.     Building.txt - how to build stuff in this MUD scenario
  9.     Decisions.txt - some decisions I've made
  10.     ToDo.txt - things I might eventually do
  11.     simple.m - a full, but very simple scenario (source form)
  12.     esperanto.m - the same, but using Esperanto instead of English
  13.  
  14. Specific to the Amiga software:
  15.  
  16.     MUD.txt - the custom client
  17.     MUDCre.txt - the small program which creates an empty database
  18.     MUDServ.txt - the server, including info for administrators
  19.     SMUD.txt - the small text-only direct client
  20.     Agents.txt - the various agents (serial port, TCP/IP)
  21.     Images.txt - info on the many images I would like
  22.  
  23. Documentation for those wanting to program within the system:
  24.  
  25.     Programming.txt - description of the AmigaMUD programming language
  26.     ProgConcepts.txt - general introduction to the concepts used
  27.     Builtins.txt - the builtin functions in the system
  28.     Scenario.txt - explanation and guide to the full scenario sources
  29.  
  30. Other (release notes for the various releases):
  31.  
  32.     ChangesFromV0.5
  33.     ChangesFromV0.6
  34.     ChangesFromV0.7
  35.     ChangesFromV0.9
  36.     ChangesFromV1.0
  37.