A classic snake game implemented in C using raylib.
Follow the steps below to run and play this game on your computer:
Important
For Windows users: you need to use WSL or Cygwin for a successful build.
git clone https://github.com/DanieloM83/Cnake-Game.git
cd Cnake-Game
make
And then run the cnake
file compiled in the root of the project.
I would like to thank my friend ua_capybara for a wonderful evening and for such a flexible Makefile. :)