- cross-posted to:
- gaming@lemmy.ml
- cross-posted to:
- gaming@lemmy.ml
While I prefer Dynahack these days for the more luxurious TUI and additional content, Nethack has been one of my favourites from as far back as my Amiga days. Once you realise you can at least try to do anything with anything¹ (use the * wildcard character when asked for an item), the game opens up in ways most RPGs just can’t.
¹ use a wand to write in the dust, train a pet to steal from shops, throw potions at monsters, eat (or refrigerate) slain monsters to gain their abilities, rub lamps just in case, wash the ink off scrolls, use a credit card to unbolt doors…


I can’t figure out how to install this on Arch Linux, wtf
Still stuck? I was going to wait for it to show up in the repos, but it hasn’t so far. So here’s how I did it (for my regular user account, not system-wide):
git clone https://github.com/NetHack/NetHack cd NetHack sys/unix/setup.sh sys/unix/hints/linux.500Now you’ve got a
Makefilein the top-levelNetHackas well as thesrcsubdirectory. Find theelse #!WANT_SOURCE_INSTALLblock in both and editHACKDIRto set the directory for the game itself andSHELLDIRto set the directory for the launcher script.(And if I actually knew how to use
make, I’d probably have a less clunky method than this. Anyone?)make fetch-Lua make all make install