aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9bee246..a6a3fa7c 100644
--- a/README.md
+++ b/README.md
@@ -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).