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 Finished the 'goto', 'place' and 'help' commands. 9 years ago
lisp Refactored game command system, added 'player' command. 9 years ago
python More work on character.py, preparing for lisp/python merge 9 years ago
LICENSE Enabled Lisp extension files to be loaded from ATL source file. 9 years ago
README Added the README file. 9 years ago
atlantis.txt Enabled recursive loading of ATL files, implemented option command behaviour. 9 years ago
notes Significant progress, especially in place.py and parser.py 9 years ago
test Merge branch 'lisp' into master, split off branch 'python'. 9 years ago
README
=====================
|| ATLANTIS README ||
=====================

Atlantis is a text-based role-playing 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.

The aim is to give it multiplayer capabilities, so that several people can play
over a network. As Atlantis is still a very early stage of development, this
has not yet been implemented.

Contributions are welcome, simply submit a pull-request to the Github home page.


Copyright (c) 2015 Daniel Vedder
Licensed under an MIT license.

Last modified 11/06/2015