aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fbbf58ea171e1b6acc42370c6295c94839ba21c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/