Hacker News new | ask | show | jobs
by the_af 723 days ago
Some PBEM games, like the venerable VGA Planets, had all players complete their turns and then play those simulatenously by the host program, resulting in the next universe state.

There are rules within the game engine to disambiguate in which order some interactions resolve. If I remember correctly, the classic boardgame Diplomacy plays the same way (all orders are simultaneously, with some precedence rules for conflicts).