A game of snake written in C++ using ncurses.
- gcc
- ncurses
make
./snake
Turn left:
a or leftarrow
Turn right:
d or rightarrow
Quit:
q or ESC
This project is licensed under the GPLv3 License - see the LICENSE file for details.
Thanks to OneLoneCoder for the inspiration.