futel / asteriskserver

SIP server for Futel
Creative Commons Zero v1.0 Universal
24 stars 7 forks source link

implement simple adventure game #590

Open kra opened 10 months ago

kra commented 10 months ago

Could make a "choose your own adventure" style tree that looks like a dungeon crawl or any other text adventure game. Very simple inventory or none at all. Graph of outcomes, for simplicity it could be almost a tree with some loops. With a very simple inventory we could do it just with a graph and no real inventory (ie "pick up object" or "use object" are really just branches to duplicated graphs).

Very simple game engine, most of it is data. Represent it with JSON.