From 2e0b0c4ff462348725df2fa67cf8c85a0a3dcc89 Mon Sep 17 00:00:00 2001
From: Tangent Wantwight <tangent128@gmail.com>
Date: Tue, 28 Jan 2020 22:52:40 -0500
Subject: [PATCH] update plan

---
 plan.txt | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/plan.txt b/plan.txt
index c159e53..5149352 100644
--- a/plan.txt
+++ b/plan.txt
@@ -1,13 +1,16 @@
 Open:
-- Parcel scripts
-- Clone Interface
+- Lockstep driver loop
+- Test Lockstep/rollback
+- Insecured websocket server implementation
 - Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?)
+
+Done:
+- Smarter typings for Join/Lookup functions
+- Parcel scripts
+- DeepCopy/Equals interfaces
 - Rollback state management
     - state + input reducer function
     - maintain predicted state
     - inform of local actions
     - maintain last-canonical state
     - inform of server state
-
-Done:
-- Smarter typings for Join/Lookup functions