DanielT / NitroHack

A fork of NetHack 3.4.3
nitrohack.org
21 stars 2 forks source link

NitroHack

NitroHack is a modernized, network-capable fork of NetHack.

Back end features:

Game features:

What didn't change:

Plans:

Build instructions: From the top source dir run mkdir build cd build cmake .. ccmake . # only necessary if you want to edit the install target paths make make install # into $HOME/nitrohack if you didn't change the paths in ccmake