Haunted House is a text based adventure game in which the user can explore rooms in a haunted house. The goal of the game is to try to find your way out of the house.
Languages: Written in Java.
View Javadoc (API documentation) for the project at: http://bdtripp.com/documents/hh_javadoc
Click the link below to run the program on repl.it:
After you click the "run on repl.it" button:
- In the upper right-hand corner of the screen you will see a place to "configure the run button". Here enter the text "java -jar out/artifacts/Haunted_House_jar/haunted_house.jar"
- Click "Done"
- Click the "Run" button at the top of the screen. The game will now be running in the lower right-hand side of the screen.
- Enter a command in the console to begin playing.
To view a map of the haunted house, select haunted_house_map.pdf or .png on the left side of the screen.
Short list of commands to get you started:
help: use to get info on how to play the game and a list of all the commands
look: Use to get a description of your location and directions that you are able to travel in
items: Use to print a list of items that you are carrying and descriptions of each item
stats: Use to print a list of the players current stats
go: Use to move from room to room -- Type "go" + "space" + "a direction" Hint(s): Directions are north, south, east, or west
quit: Use to quit the program