A simple, easy-to-use-and-expand text-based RPG framework. The example game is based on A.A. Milne's Winnie the Pooh books.
ATL | 6 years ago | ||
doc | 6 years ago | ||
lisp | 6 years ago | ||
saves | 7 years ago | ||
.gitignore | 7 years ago | ||
README | 7 years ago | ||
atlantis.sh | 7 years ago | ||
atlantis.txt | 9 years ago |
===================== || ATLANTIS README || ===================== Atlantis is a text-adventure game framework. It provides an interpreter to a simple descriptive language (ATL) which can be used to create new game worlds, and the user interface through which those worlds are explored. It also includes one ready-made world (100 Acre Wood / Winnie the Pooh), with others in development. LAUNCHING To run Atlantis, you need the CLISP Common Lisp interpreter. On Ubuntu, you can install it with the command: sudo apt-get install clisp You can then run Atlantis by executing the launcher bash script: ./atlantis.sh DOCUMENTATION More detailed documentation can be found in the 'doc' folder. This contains the following files: COPYING The license text of the GNU General Public License version 3 PLAYING A player's manual to get started HACKING A programmer's manual (if you want to create your own worlds) Copyright (c) 2015-2017 Daniel Vedder Licensed under the terms of the GNU GPLv3. Last modified 20/07/2017