Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 554 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 554 Bytes

Wumpus

A Python 3.4 implementation of the clasic BASIC game, Hunt the Wumpus. Where you tromp around through a cave of 20 rooms trying to hunt down a fictional creature called the Wumpus while avoiding hazards.

To run the game: The game is self contained in a single file. You must have the Python version 3.4 interpriter installed on your system. Download wumpus.py and put it somewhere that python can find it. Open a command line window and type: python wumpus.py If everythig works right, you will be enjoying vintage computer TTY based gaming.