wumpus_byte
Experienced Member
I've finished creating a redux of Hunt the Wumpus called Wump.2 and am sharing the C++ source. You may remember Hunt the Wumpus, the BASIC version by Gregory Yob from 1973, or the version on the TI-99 cartridge. You play an adventurer in a cave, navigating around pits and super bats, trying to track down and stick an arrow in the smelly Wumpus. I extended the premise:
Some gameplay footage is shown here, and the last 8 minutes are an overview of the code
GitHub project is
https://github.com/kmccartn-80486/Wump.2
Enjoy! Suggestions for improvement are very welcome!
- 4 levels
- Different weapons and enemies per level
- ASCII art for objects and events, i.e., weapons/enemies/getting eaten by the Wumpus
Some gameplay footage is shown here, and the last 8 minutes are an overview of the code
GitHub project is
https://github.com/kmccartn-80486/Wump.2
Enjoy! Suggestions for improvement are very welcome!
Last edited: