From af559317fbccaf18d42be45db11796d66d4bc2d7 Mon Sep 17 00:00:00 2001 From: nothke Date: Wed, 12 Jun 2024 12:24:26 +0200 Subject: [PATCH] Added readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f03d251 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +A little learning playground of [sokol](https://github.com/floooh/sokol) in [zig](https://ziglang.org/). Started on the gamejam at Decentrala, 9th June 2024. + +To build, you need to have zig master. Then just `zig build run` and that should be it! \ No newline at end of file