Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 318 Bytes

How to run this little ncurses based version of snake:

clone the project.

install ncurses

sudo apt-get install libncurses5-dev

build

open a terminal and run

mkdir build && cd build && cmake ../src && make

play

execute ./Snake.

you can of course copy the binary wherever you want it to be!