Snake in the terminal window. Uses ncurses for display. Arrow keys to change direction. Hold to go a little faster.
This project requires gcc and libncurses to build.
git clone https://github.com/svantepolk/snake-cli.git
cd snake-cli/
make
./snake
Tested on Linux, but it should also work on Mac.