From d3df13b155d2a5560f003ac701457532815dd140 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 29 Apr 2024 12:44:51 +0100 Subject: add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbbf58e --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# garden +garden is a multiplayer paint program. + +[garden website][1] + +## building +requires the [hare][hare] compiler and [hare-sdl2][hare-sdl2] to be installed +``` +make build_client +./garden +``` + +[1]: https://ubq323.website/garden/ +[hare]: https://harelang.org +[hare-sdl2]: https://git.sr.ht/~sircmpwn/hare-sdl2/ + + + -- cgit v1.2.3