The Deserted Ship
This is a JavaScript text adventure game... or maybe I should just call it a small amusement. There are things to find and use but not much game mechanics really. I wrote it while learning JavaScript/HTML5/CSS because reading is not doing.
The player can navigate around the ship using text commands such as "north", or "east". Or they can use the arrow keys. When they find something they can get it, pick it up, or take it. Then they can read it, use it, or drop it.
Eventually the player will find and use all the items and the game ends. To jazz up the not-real-exciting game play I changed the descriptions of the ship's rooms as the player finds and uses objects. And there are 4 different endings too.
Being JavaScript, the code is just text and is read by and runs within a browser. Download the zip file and click on ship.html in the src folder to run the game. Enjoy!
|
|