Skip to content

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.

Notifications You must be signed in to change notification settings

veddox/atlantis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=====================
|| 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

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published