update plan

This commit is contained in:
Tangent Wantwight 2020-02-20 23:55:23 -05:00
parent 4667c4b567
commit 1ed760781b
1 changed files with 3 additions and 1 deletions

View File

@ -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