Atkrye / IEEE-CIG-Text-Adventurer-Competition

Public repository for the IEEE CIG text adventurer competition.
http://atkrye.github.io/IEEE-CIG-Text-Adventurer-Competition/
29 stars 5 forks source link

Python example dosen't quit #2

Open rex8312 opened 8 years ago

rex8312 commented 8 years ago

In "Monkey and banana" I can't quit after eat banana and type "quit". It's infinite loop. Probably, there are no "BREAK-NARRATIVE", after game end. It's ok (exit program) in Java example.

Also, I can't quit in middle of game, If I type "quit" before game end, nothing happen ever after. It's same in Java example.

Atkrye commented 8 years ago

Hi Rex,

Just to follow up on this I am currently trying to hard code quitting and resetting into the z-machine to resolve issues like this. I'll update you when I get somewhere!

Kind regards,

Tim

Atkrye commented 8 years ago

Hi Rex,

Just to let you know that I have pushed an update with hard-coded quit commands for the z-machine. Please read about these on the front-page of the repository in Readme.md.

Kind regards,

Tim