This is a beautiful, next-gen game engine for tomorrow's text adventures. Map files are all YAML, and it's scriptable in Python3. Requires Python3.6 or newer to run.
Find a file
2019-05-24 14:06:34 -04:00
testing The player can now have simple conversations with NPCs. 2019-05-20 21:13:56 -04:00
.gitignore Fixed list of persistent objects not being updated when things are removed from the level. 2019-05-24 14:06:34 -04:00
gamebase.py Fixed list of persistent objects not being updated when things are removed from the level. 2019-05-24 14:06:34 -04:00
gameevents.py Line of sight now works, and is required to look at things. Foundations for NPCs has also been laid. 2019-05-15 17:56:16 -04:00
gamegui.py Containers now work. Discovered issue with loading saved games. 2019-03-14 19:52:58 -04:00
gamemap.py Fixed list of persistent objects not being updated when things are removed from the level. 2019-05-24 14:06:34 -04:00
gameshell.py Fixed list of persistent objects not being updated when things are removed from the level. 2019-05-24 14:06:34 -04:00
shell.py All map files converted to new YAML standard. 2019-03-09 19:08:46 -05:00
tile.py All map files converted to new YAML standard. 2019-03-09 19:08:46 -05:00