From ed77971e4177ab75e3339860013d9c8672bcdaa7 Mon Sep 17 00:00:00 2001 From: clizia Date: Sat, 29 Mar 2025 14:58:59 +0100 Subject: [PATCH] updated readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3662402..19df689 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ RUSTFLAGS="--cfg tokio_unstable" cargo run --bin server ### TODO -- [ ] move player creation on the server -- [ ] move lobby creation on the server +- [x] move player creation on the server +- [x] move lobby creation on the server +- [ ] delete player +- [ ] delete lobby +- [ ] join existing lobbies +- [ ] actually do the game - [ ] fixing ui (perpetual)