A game engine for building old style text adventure. Design your world in json, put scenes, items and beings in it, and play infinite worlds powered by glorious text.
- 2d and linear maps
- Command alias
ex:
"customCommands" : [
{ "alias":"What's inside?" , "mapTo" : "Look", "param":""}
]