Files
snake/README.md
2025-07-25 13:09:26 +02:00

18 lines
230 B
Markdown

# 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
```