jlechem / TextAdventure

A text adventure API framework
3 stars 0 forks source link

Implement Game Winning Condititons #5

Open jlechem opened 6 years ago

jlechem commented 6 years ago

The config.xml file needs to be modified to allow for game ending conditionals.

jlechem commented 6 years ago

I added some config sections to the config.xml file that could be used to stub out these conditions. However implementing them in the game might be difficult.