diff --git a/plan.txt b/plan.txt index 5149352..57e3870 100644 --- a/plan.txt +++ b/plan.txt @@ -1,6 +1,7 @@ Open: -- Lockstep driver loop - Test Lockstep/rollback +- Rework State implementation for easier cloning/deserialization +- Refactor input messages for more than one player - Insecured websocket server implementation - Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?) @@ -14,3 +15,4 @@ Done: - inform of local actions - maintain last-canonical state - inform of server state +- Lockstep driver loop