You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rex8312
changed the title
Python example can't quit
Python example dosen't quit
Jun 14, 2016
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!
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.
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.
The text was updated successfully, but these errors were encountered: