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-28 14:23:15 -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 added "info" and "wear" use functions, and fixed many bugs related to storing things by ID. 2019-05-28 14:23:15 -04:00
gameevents.py added "info" and "wear" use functions, and fixed many bugs related to storing things by ID. 2019-05-28 14:23:15 -04:00
gamegui.py Containers now work. Discovered issue with loading saved games. 2019-03-14 19:52:58 -04:00
gamemap.py added "info" and "wear" use functions, and fixed many bugs related to storing things by ID. 2019-05-28 14:23:15 -04:00
gameshell.py added "info" and "wear" use functions, and fixed many bugs related to storing things by ID. 2019-05-28 14:23:15 -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