NetHack is a single-player, display-oriented Dungeons & Dragons(tm)-like game, in development since 1987. It runs on a wide variety of computer systems and graphical interfaces, although the text interface is the most popular. Your goal is to grab as much treasure as you can, retrieve the Amulet of Yendor, and escape the Mazes of Menace alive.
NetHack is a single-player, display-oriented Dungeons & Dragons(tm)-like game, in development since 1987. It runs on a wide variety of computer systems and graphical interfaces, although the text interface is the most popular. Your goal is to grab as much treasure as you can, retrieve the Amulet of Yendor, and escape the Mazes of Menace alive.
To install nethack, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nethack
To see what files were installed by nethack, run:
port contents nethack
To later upgrade nethack, run:
sudo port selfupdate && sudo port upgrade nethack
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.