Ancient Island updated
I fixed a bug that showed up when exiting the game (in both the “exit game” command and when you enter the cave (with all puzzles completed). It was a misuse of the exit() that apparently works fine on my Python, but when creating the binary it didn’t work anymore.
I kept the original sources so you can compare what I changed (just 2 lines really, an import sys and a sys.exit(0) instead of just exit()).
I’ll save my post mortem to after I make (off-competition of course) the last area of the game.
Thanks for the compliments on the game.
PSnake