From 9b6c54900ce0c88afa7874b52b7a1319eb7b5a59 Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Sun, 5 Jul 2020 17:20:32 -0400 Subject: [PATCH] update plan --- plan.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plan.txt b/plan.txt index f671e17..5436dcc 100644 --- a/plan.txt +++ b/plan.txt @@ -1,12 +1,13 @@ Open: +- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?) +- remove all random() calls +- multiple "rooms" on server +- sync to op on join + +Done: - Insecured websocket server implementation - desynced on join - reset on join - - sync to op on join -- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?) -- remove all random() calls - -Done: - Multiplayer loopback server - Refactor input generics to distinct local/full types - Refactor input messages for more than one player