Classic terminal snake game implemented in C. Runs mostly smooth. Please submit an issue if you have any problems running or building 🎫
Binary file for macOS can be found in releases page.
Building requires cmake.
From root project directory
> mkdir cmake-build-release
> cd cmake-build-release
> cmake -DCMAKE_BUILD_TYPE=Release ../
> makeThis should result with a built binary in the cmake-build-release directory
- Refresh only the snake piece being pushed out
