From 1ed760781bbf8a0b45efc6a0ff5f8d4c3b96bb0d Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Thu, 20 Feb 2020 23:55:23 -0500 Subject: [PATCH] update plan --- plan.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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