Skip to content

Commit

Permalink
Added step-by-step running instructions for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
rchowe committed Feb 24, 2012
1 parent 7258e7d commit 6d69411
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -7,3 +7,16 @@ This is a hunt the wumpus clone with each of the caverns implemented as function
Once you have determined which chamber the wumpus is in, call the `shoot` function with the symbol of the chamber the wumpus is in.

The game is played in IRB. Execute `./wumpus` in the directory to clear the screen and play the game.

Step-by-Step Execution Instructions
-----------------------------------

Running Mac OS X, open up your terminal (**Macintosh HD** → **Applications** → **Utilities** → **Terminal**). Type in

cd ~/Downloads/Hunt-the-Wumpus

and press enter (assuming you downloaded this to your downloads folder). Type in

./wumpus

and you should be running the app.

0 comments on commit 6d69411

Please sign in to comment.