A downloadable game

Download NowName your own price

Wumpus

Step into the cave and test your wits in Wumpus — a modernized re-creation of the classic text adventure, now built in Python. Navigate dark tunnels, dodge bottomless pits, and avoid the dreadful Wumpus that lurks below…


Legacy Version

The Legacy edition is a pure Python implementation using only standard console output. It runs in any terminal without additional dependencies. Perfect for those who want a minimal terminal game, simple text prompts, no color, no layout system.

Main Version

The Main version enhances the experience using the rich library. It features structured panels, columns, styled text, and clearer game information. This version delivers a much cleaner and more immersive interface while keeping the same core gameplay logic.

Both versions share the same underlying WumpusGame class and logic — only the presentation layer differs, only slightly too may I add.


Requirements

  • Python 3.x
  • rich package (install via pip install rich) -> only for Main version

Source Code

The full project, including both versions and all supporting files, is available on GitHub:
github.com/egeltorp/Wumpus


Created by Theodor Holmberg — built for a university course at KTH in Stockholm

Download

Download NowName your own price

Click download now to get access to the following files:

Wumpus_Rich_CLI.py 26 kB

Leave a comment

Log in with itch.io to leave a comment.