Which game logic should run when doing prediction for PNP state updates
- by spaceOwl
We are writing a multiplayer game, where each game client (player) is responsible for sending state updates regarding its "owned" objects to other players.
Each message that arrives to other (remote) clients is processed as such:
Figure out when the message was sent.
Create a diff between NOW and that time.
Run game specific logic to bring the…