This is a Snake vs Blocks game written in Zig and utilizing the raylib library.
- Zig v0.14.0
- raylib (commit 52f2a10db610d0e9f619fd7c521db08a876547d0)
To build the game, you'll only need Zig v0.14.0 installed on your system. The raylib library is automatically managed.
- Make sure you have zig v0.14.0 installed.
zig version
# 0.14.0- Clone the Repository:
git clone https://github.com/cosmopool/snake_vs_blocks
cd snake_vs_blocks- Build and Run:
zig build runThis command will build the game in debug mode and launch it.