
Ancient Island
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
It's a text adventure where you are in an island belonging to an ancient culture.
The game is command driven, meaning that all you can do in a certain place is given to you in a menu.
The game was written in Python 2.6 (it doesn't work on Python 3 and above due to the print command).
Update: an py2exe binary for Windows users who don't have Python 2.6 has been uploaded.
Update 2: I fixed a bug that showed up on exiting the game (both through the command "exit game" and when entering the cave with all puzzles done). The previous version is still online if want to see the differences.
Known Bugs:
* If the player gives an empty line it throws an error
The game is command driven, meaning that all you can do in a certain place is given to you in a menu.
The game was written in Python 2.6 (it doesn't work on Python 3 and above due to the print command).
Update: an py2exe binary for Windows users who don't have Python 2.6 has been uploaded.
Update 2: I fixed a bug that showed up on exiting the game (both through the command "exit game" and when entering the cave with all puzzles done). The previous version is still online if want to see the differences.
Known Bugs:
* If the player gives an empty line it throws an error