This is a recreation of the classic snake game. Your goal as a snake is to eat apples on the board. Make sure to not go outside or eat yourself. I just wanted to get myself familiarized with raylib, so I built this project. I might increase the scope of this project in the future.
This project uses CMake. Run the following command:
mkdir build && cd build && cmake .. && make snake
It currently only works on MacOS. Make sure to install cmake and raylib through homebrew.
Once the project is built, from the build folder, run the following command:
./snake