Skip to content

A Python 3.4 implementation of the classic game, Hunt the Wumpus where we tromp around through a cave of 20 rooms trying to hunt down a fictional creature called the Wumpus while avoiding hazards. Implemented using aima3, fol, querying the KB.

Notifications You must be signed in to change notification settings

zeenatali5710/Wumpus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

A Python 3.4 implementation of the classic game, Hunt the Wumpus where we tromp around through a cave of 20 rooms trying to hunt down a fictional creature called the Wumpus while avoiding hazards. Implemented using aima3, fol, querying the KB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages