base2020/plan.txt

19 lines
582 B
Plaintext

Open:
- Rework State implementation for easier cloning/deserialization
- Insecured websocket server implementation
- Refactor input messages for more than one player
- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?)
Done:
- Test Lockstep/rollback
- 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
- Lockstep driver loop