A basic clone of the snake game written in C and using Raylib and implemented using a linked list for the snake's body and movement.
This project requires you have Raylib installed on you system. You can have a look at setting it up here: https://github.com/raysan5/raylib
To build the project, open a terminal in the root of the project and enter the following:
cd src
make
./main # To run the game
- Arrow keys to move the snake
P
to play againG
to show/hide the grid display