- Ncurses lib
- Modern terminal emulator with advanced color support (I recommend urxvt)
Thanks to Auburns for his FastNoise. Great job that saves thousands of hours. Thanks to Daancode for his A-star pathfinding. I took his code and rewrited it for 3-d usage.
g++ *.cpp interface/*.cpp -lncurses -lmenu -o Game
This project is buggy, so you may want to compile like this to run it with gdb:
g++ *.cpp interface/*.cpp -lncurses -lmenu -o Game -g && gdb ./Game
./Game