You need cmake and make to build this game.
# apt-get update
# apt-get install cmake make
Also you need a ncurses.h library.
# apt-get install libncurses5-dev libncursesw5-dev
To build and start game you need to execute next commands:
cmake CMakeLists.txt && make
./game