/Snake

Another simple snake :)

Primary LanguageC++

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 :)