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-15 01:37:35 -04:00
testing Fixed an issue with one of the test maps. 2019-05-14 16:23:39 -04:00
.gitignore All map files converted to new YAML standard. 2019-03-09 19:08:46 -05:00
gamebase.py Things are now identified by unique integer IDs rather than by name, allowing multiple things to go by the same name. 2019-05-15 01:37:35 -04:00
gameevents.py All map files converted to new YAML standard. 2019-03-09 19:08:46 -05:00
gamegui.py Containers now work. Discovered issue with loading saved games. 2019-03-14 19:52:58 -04:00
gamemap.py Things are now identified by unique integer IDs rather than by name, allowing multiple things to go by the same name. 2019-05-15 01:37:35 -04:00
gameshell.py Containers now work. Discovered issue with loading saved games. 2019-03-14 19:52:58 -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