update plan

This commit is contained in:
Tangent Wantwight 2020-07-05 17:20:32 -04:00
parent 82f1f81760
commit 9b6c54900c
1 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,13 @@
Open:
- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?)
- remove all random() calls
- multiple "rooms" on server
- sync to op on join
Done:
- Insecured websocket server implementation
- desynced on join
- reset on join
- sync to op on join
- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?)
- remove all random() calls
Done:
- Multiplayer loopback server
- Refactor input generics to distinct local/full types
- Refactor input messages for more than one player