Wumpus

License

Wumpus game, programmed in C++.

I programed this little game years ago when I started to studying AI.

Wumpus is a classic and funny AI game in which the Hero has to pick a bag of gold or kill the the wild and savage Wumpus beast. Wumpus has the following characteristics:

Data is displayed in console with several options (normal, faster, debug).

Screenshots

Main Window

Game

Building

Wumpus can be compiled with any compiler that supports C++.