diff --git a/README.md b/README.md new file mode 100644 index 0000000..447643d --- /dev/null +++ b/README.md @@ -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 +``` +