# Snake This is a small little experiment with Zig and Raylib to implement snake. Prerequsites: * Zig Run command: ```zig zig build run ``` Test Command ```zig zig build test ```