My lightweight Snake implementation in C. It works in terminal and was tested on GNU/Linux only, with no plans to support running on Windows/OSX.
To build this program you need clang
C compiler installed. To start run ./build run-release
. More info under ./build help
.
W, S, A, D: up, down, left, right