Thanks to visit codestin.com
Credit goes to github.com

Skip to content

maxwell-kalin/best-old-roguelike

 
 

Repository files navigation

why?

  • pure zen
  • blind people can play it ( https://youtu.be/aGZq53cSTnc )
  • it runns on any computer
  • no mouse needed, but supported
  • no numpad needed but supported
  • arrow keys can be used ( not recommended, use a numpad if possible )

videos

How to compile?

  1. get the needed software

    • cc ( debian package: gcc )
    • yacc ( debian package: yacc )
    • lex( debian package: flex ),
    • ncurses.h ( debian package: libncurses-dev )
  2. get nethack tar ( https://nethack.org/v367/download-src.html )

  3. unpack the goat with:

    tar -xf nethack-367-src.tgz

  4. change straight to the unix dir:

    cd NetHack-3.6.7/sys/unix

  5. edit the hint file at hints/linux , i used nano but sed also works for a quick solve:

    sed 's@PREFIX=$(wildcard ~)/nh/install@PREFIX=/destination/folder@' hints/linux

  6. setup the source:

    sh setup.sh hints/linux

  7. double dir up:

    cd ../..

  8. make all

now ur done, have fun!

PS: i have stuff in my .nethackrc to make it easier for me to play:

OPTIONS=windowtype:curses,popup_dialog
OPTIONS=number_pad:-1,mouse_support,altmeta
OPTIONS=hilite_pet,hitpointbar,menucolors,statuslines:3
OPTIONS=autodescribe,perm_invent,noautopickup
OPTIONS=name:Laxxer,pettype:dog,dogname:Mauler

HAVE FUN PLAYING NETHACK...

...or else!

About

The based and C-pilled Roguelike that runs everywhere and you have a pet <3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.3%
  • Lua 4.4%
  • C++ 4.1%
  • Perl 0.5%
  • Makefile 0.5%
  • DIGITAL Command Language 0.2%
  • Other 1.0%