Skip to content

A simple version of classic arcade game "Hunt the Wumpus." Web based using vanilla HTML5 and Javascript.

Notifications You must be signed in to change notification settings

mohammad-ahmadi1/WumpusAdventure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wumpus Adventure

A simple version of classic arcade game "Hunt the Wumpus."

Play the game on its project page here.

Web based using vanilla HTML5 and Javascript. Rendering via the canvas element ensures compatibility with all major browsers.

Directions: The rules for the original game can be found here. Wumpus Adventure is extremely similar, and can be summarized by the following:

1) Your goal is to find the ancient treasure, and carry it safely to the exit. However, your path through the Wumpus Cave is dark. Only after moving to a new space will the path brighten. The cave is represented by a 10 x 10 grid.

2) There are a number of deadly obstacles in your way. The greatest of which is the fearsome WUMPUS. Landing on the Wumpus results in immediate death. Other obstacles include:

  • Bats that transport you to a random area of the map, and disorient you.
  • Bottomless Pits that cause you to fall to your death.

3) You will be alerted with a message, should an obstacle be nearby (in any of the tiles adjacent of diagonal to you). You will not be told exactly where it is.

Each game randomly generates a new Wumpus Cave. How many times can you retrieve the treasure?

Controls: Use the arrow keys to move your character. Press enter to start a new game.

Wumpus Screenshot1


![Wumpus Screenshot2](http://i.imgur.com/IzBobP7.png?1 "Wumpus Screenshot2")

About

A simple version of classic arcade game "Hunt the Wumpus." Web based using vanilla HTML5 and Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 2.2%