WUMPUS is a bit of retrocomputing nostalgia. It is an *exact* clone, even down to the godawful user interface, of an ancient classic game. This version fixes two minor bugs in my original 1992 USENET posting of the source. An article describing the history of the game is at http://www.atariarchives.org/bcc1/showpage.php?page=247 SUPERHACK is a satire, structurally quite similar to WUMPUS.
WUMPUS is a bit of retrocomputing nostalgia. It is an *exact* clone, even down to the godawful user interface, of an ancient classic game. This version fixes two minor bugs in my original 1992 USENET posting of the source. An article describing the history of the game is at http://www.atariarchives.org/bcc1/showpage.php?page=247 SUPERHACK is a satire, structurally quite similar to WUMPUS.
To install wumpus, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wumpus
To see what files were installed by wumpus, run:
port contents wumpus
To later upgrade wumpus, run:
sudo port selfupdate && sudo port upgrade wumpus
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.