jimenezj8 / colonel_blotto

A revival of a personally beloved game, meant for tournament-style play.
MIT License
1 stars 0 forks source link

Make round end handler exit status independent of proceeding to the next round #40

Open jimenezj8 opened 1 year ago

jimenezj8 commented 1 year ago

Just because scores fail to calculate doesn't mean that the rest of the game should be interrupted - right now, the commencement of the following round is handled exclusively under the circumstance that scores are calculated correctly.

See app.metadata_trigger_router.round_end_handler (nested function)