Talk:Hunt the Wumpus: Difference between revisions

Content added Content deleted
Line 62: Line 62:
== Original game behavior ==
== Original game behavior ==


Here are some details about the original game that are not explicitly specified but can be read from the source code published in [http://www.atariarchives.org/bcc1/showpage.php?page=250 Creative Computing magazine].
Here are some details about the original game that are not explicitly specified but can be read from the source code published in [http://www.atariarchives.org/bcc1/showpage.php?page=250 Creative Computing magazine] and/or the article (starting on page 247 of the magazin) by Gregory Yob.


* Player, bats, pits and Wumpus start in six different rooms. All six rooms are chosen randomly.
* Player, bats, pits and Wumpus start in six different rooms. All six rooms are chosen randomly.
* At the end of the game (no matter if won or lost) the player has to option to re-start the game with the same start constellation.
* When player enters room with bat, player is moved to some random room. The bat stays in its original room - think of the bat returning to its room after moving the player.
* When player enters room with bat, player is moved to some random room. The bat stays in its original room - think of the bat returning to its room after moving the player.
* Immediately after being moved by a bat, the player's room is checked again. If again in a room with a bat, the player is moved a second time (and so on...)
* Immediately after being moved by a bat, the player's room is checked again. If again in a room with a bat, the player is moved a second time (and so on...)