update plan
This commit is contained in:
parent
4667c4b567
commit
1ed760781b
1 changed files with 3 additions and 1 deletions
4
plan.txt
4
plan.txt
|
@ -1,6 +1,7 @@
|
||||||
Open:
|
Open:
|
||||||
- Lockstep driver loop
|
|
||||||
- Test Lockstep/rollback
|
- Test Lockstep/rollback
|
||||||
|
- Rework State implementation for easier cloning/deserialization
|
||||||
|
- Refactor input messages for more than one player
|
||||||
- Insecured websocket server implementation
|
- Insecured websocket server implementation
|
||||||
- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?)
|
- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?)
|
||||||
|
|
||||||
|
@ -14,3 +15,4 @@ Done:
|
||||||
- inform of local actions
|
- inform of local actions
|
||||||
- maintain last-canonical state
|
- maintain last-canonical state
|
||||||
- inform of server state
|
- inform of server state
|
||||||
|
- Lockstep driver loop
|
||||||
|
|
Loading…
Reference in a new issue