Tagged Questions
6
votes
2answers
362 views
Replay system: record inputs or events?
I read this: How to design a replay system But it don't really answer my question.
My game is built with the client "view" of the game as a separate program from the server "model" and "controller". ...