Newer
Older
atlantis / README
=====================
|| 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-2018 Daniel Vedder
Licensed under the terms of the GNU GPLv3.

Last modified 5/01/2018