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-07-04 18:48:47 -04:00
testing Added conditional evaluation to dialogs. Conditionals for the NPC have been tested, for the player have not. 2019-05-31 21:37:52 -04:00
.gitignore various tweaks and fixes 2019-06-08 13:42:00 -04:00
gamebase.py Rejiggered players to have a thing in the map, and made the inventory system better. 2019-07-04 18:48:47 -04:00
gameevents.py Rejiggered players to have a thing in the map, and made the inventory system better. 2019-07-04 18:48:47 -04:00
gamegui.py Containers now work. Discovered issue with loading saved games. 2019-03-14 19:52:58 -04:00
gamemap.py Rejiggered players to have a thing in the map, and made the inventory system better. 2019-07-04 18:48:47 -04:00
gameshell.py Rejiggered players to have a thing in the map, and made the inventory system better. 2019-07-04 18:48:47 -04:00
shell.py various tweaks and fixes 2019-06-08 13:42:00 -04:00
tile.py All map files converted to new YAML standard. 2019-03-09 19:08:46 -05:00