Classic snake game written in C
- Arrows -> Move
This project was made in August 2024 in around 6 hours of coding, debugging, and researching. It was my first project using SDL2.
It was developed and tested only on Windows 10. Linux and macOS are unsupported.
The MinGW-w64
toolchain was used to compile and test the application. Use mingw32-make
, which comes with MinGW toolchain, to build.