To compile the game type:

    make
    
to install the compiled game:

    make install
    
to remove the leftover:

    make clean

Make sure that you have the ncurses library installed on your computer.
(it is usually at /usr/include/ncurses.h or /usr/include/ncurses/ncurses.h)
