feat: add readme

This commit is contained in:
2025-07-25 13:08:03 +02:00
parent 3d1ed0ef29
commit 13b39a73b4

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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
```