Suppose I have a physics based game (Scene Kit). Each level is completed iff at some point during the physics simulation, a criterion is met. Given that the simulation is (probably) non deterministic, how can I be sure that every player will be able to complete the level on their device ? Is it just a matter of thorough testing ?