rajeshpillai/zig-snakegame
No description provided.
devel.tar.gzA classic Snake game implemented using Zig and Raylib. The game involves controlling a snake to eat food, which makes the snake grow longer. The game ends if the snake collides with itself or the boundaries of the game area.
Ensure you have Raylib installed. You can download it from the https://github.com/Not-Nik/raylib-zig. Follow the instructions for your operating system to install Raylib-Zig.
Clone this repository to your local machine:
git clone https://github.com/rajeshpillai/rs-raylib-classic-snake.git
cd rs-raylib-classic-snake
zig build run