nethack

classic roguelike dungeon exploration game

TLDR

Start new game
$ nethack
Start with specific role
$ nethack -p [Wizard]
Start with specific race
$ nethack -r [Elf]
Restore saved game
$ nethack -u [playername]
Show version
$ nethack --version

SYNOPSIS

nethack [options]

DESCRIPTION

nethack is a classic roguelike dungeon exploration game. Players descend through procedurally generated dungeons to retrieve the Amulet of Yendor, facing monsters, traps, and challenges.The game features permadeath, ASCII graphics, and an incredibly deep gameplay system with countless interactions between items, monsters, and the environment.

PARAMETERS

-p role

Character role/class.
-r race
Character race.
-u name
Player name.
-s
Show high scores.
-n
Start with no stripes (simpler display).
-D
Debug/wizard mode.

ROLES

Archeologist, Barbarian, Caveman, Healer, Knight, Monk, Priest, Ranger, Rogue, Samurai, Tourist, Valkyrie, Wizard

KEY COMMANDS

hjkl/arrows: Moveo: Open doorc: Close doors: Searche: Eatq: Quaffr: Readw: WieldW: WearT: Take off,: Pick upd: Drop

INSTALL

sudo dnf install nethack
sudo pacman -S nethack
sudo apk add nethack
sudo zypper install nethack
brew install nethack
nix profile install nixpkgs#nethack

CAVEATS

Steep learning curve. Permadeath means careful play needed. ASCII interface takes adjustment. Very deep mechanics to learn.

HISTORY

NetHack evolved from Hack (1985), itself derived from Rogue (1980). The NetHack DevTeam has maintained it since 1987, making it one of the longest-developed games. Its open development model pioneered collaborative game development.

SEE ALSO

rogue(6), angband(6), crawl(6), frotz(1)