aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflexxyfluxx <flexxyfluxx@noreply.codeberg.org>2025-10-12 22:59:34 +0200
committermetamuffin <metamuffin@noreply.codeberg.org>2025-10-13 21:17:50 +0200
commit732377efe63049d0dc011121f014c3d90b3dc6b5 (patch)
tree2e96327dff8f23224caa5ed52d06c7b73939f0d3
parent20c964eb10182ebf03c088376c3da673029a164a (diff)
downloadhurrycurry-732377efe63049d0dc011121f014c3d90b3dc6b5.tar
hurrycurry-732377efe63049d0dc011121f014c3d90b3dc6b5.tar.bz2
hurrycurry-732377efe63049d0dc011121f014c3d90b3dc6b5.tar.zst
summarize deps in an actually easily findable way
-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).