pub fn play<G>(
main: fn(Tick, <G as GameMode>::StartingResources) -> (Tick, <G as GameMode>::VictoryResources),
) -> !where
G: GameMode,Expand description
Runs your play. If it is run multiple times, it will panic. This is to prevent using multiple threads to cheat.