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-03-07 22:08:12 -05:00
testing Added an examples of test1.xml in .json and .yml for comparison. 2019-03-07 22:08:12 -05:00
.gitignore Initial commit 2019-01-18 14:56:51 -05:00
gamebase.py Added ability to make batch functions in the shell, and did some reworking of the event system in gamebase to allow it 2019-02-06 18:29:43 -05:00
gameevents.py Initial commit 2019-01-18 14:56:51 -05:00
gamegui.py Initial commit 2019-01-18 14:56:51 -05:00
gamemap.py Spaces in the map layout now mean "e" or "0" (context dependent). The testing maps have been changed to reflect this. 2019-02-21 10:52:30 -05:00
gameshell.py Fixed issue with colors bleeding off the bottom of the map 2019-02-18 12:46:09 -05:00
shell.py Fixed issue with colors bleeding off the bottom of the map 2019-02-18 12:46:09 -05:00
tile.py Initial commit 2019-01-18 14:56:51 -05:00