Newer
Older
atlantis / README
  1. =====================
  2. || ATLANTIS README ||
  3. =====================
  4.  
  5. Atlantis is a text-adventure game framework. It provides an interpreter to a
  6. simple descriptive language (ATL) which can be used to create new game worlds,
  7. and the user interface through which those worlds are explored. It also
  8. includes one ready-made world (100 Acre Wood / Winnie the Pooh), with others
  9. in development.
  10.  
  11.  
  12. LAUNCHING
  13.  
  14. To run Atlantis, you need the CLISP Common Lisp interpreter. On Ubuntu, you
  15. can install it with the command:
  16.  
  17. sudo apt-get install clisp
  18.  
  19. You can then run Atlantis by executing the launcher bash script:
  20.  
  21. ./atlantis.sh
  22.  
  23.  
  24. DOCUMENTATION
  25.  
  26. More detailed documentation can be found in the 'doc' folder. This contains the
  27. following files:
  28.  
  29. COPYING The license text of the GNU General Public License version 3
  30. PLAYING A player's manual to get started
  31. HACKING A programmer's manual (if you want to create your own worlds)
  32.  
  33.  
  34. Copyright (c) 2015-2017 Daniel Vedder
  35. Licensed under the terms of the GNU GPLv3.
  36.  
  37. Last modified 20/07/2017