diff options
| -rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -22,7 +22,23 @@ convinience make target. - [Client](./client/README.md) - [Server](./server/README.md) - [Data](./data/README.md) -- [Test Client](./data/README.md) +- [Test Client](./test-client/README.md) + +### Dependencies: +- General: + - make +- Client: + - Godot (>=4.5) + - ffmpeg +- Server: + - cargo (toolchain version specified in `./rust-toolchain`; can be installed via `rustup toolchain install $(cat rust-toolchai)`) + - Book: + - cargo (see above) +- Data: + - deno or node (if using non-deno, pass `JSR=node` to make) +- Test client: + - cargo (see above) + - esbuild The game protocol is outlined in [protocol.md](./protocol.md). |