# Snake This is a small little experiment with Zig and Raylib to implement snake. Prerequsites: * [Zig](https://ziglang.org/learn/getting-started/) Run command: ```zig zig build run ``` Test Command ```zig zig build test ```