Tagged Questions
4
votes
3answers
198 views
Creating an unbiased deterministic collision resolution order
I'm working on a game with a replay system, so I need the game logic to be deterministic. A part of this is collision detection and I'm having a bit of a conceptual problem here. (I'm programming in ...