Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 193 Bytes

README.MD

File metadata and controls

7 lines (4 loc) · 193 Bytes

Snake for Unix

I recommend to make your terminal size smaller to play in a smaller space.

Compile: "g++ -o snake snake.cpp -lpanel -lncurses"

Just remember about -lpanel and -lncurses :)