A classic snake game written in C++ using the Raylib library. The goal of the game is to eat as many apples as possible without hitting the walls or yourself. The snake will grow in size every time it eats an apple.
- Use the arrow keys to move the snake.
- Use W, A, S, D keys to move the snake.