A snake game in C with SDL2
A "fancy" snake game written in C using SDL2, where the snake only has one eye (for some reason) and you eat cheese instead of apples.
Cnake requires the following dependencies to be installed globally:
$ make
$ make install
$ cnake
If you find any bugs, please create an issue and report them.
Run make all
to see all the make rules.