base2020/plan.txt

19 lines
582 B
Plaintext
Raw Normal View History

Open:
2020-01-29 03:52:40 +00:00
- Test Lockstep/rollback
2020-02-21 04:55:23 +00:00
- Rework State implementation for easier cloning/deserialization
- Refactor input messages for more than one player
2020-01-29 03:52:40 +00:00
- Insecured websocket server implementation
- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?)
2020-01-29 03:52:40 +00:00
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
2020-02-21 04:55:23 +00:00
- Lockstep driver loop