davechurchill / StarcraftAITournamentManager

Tournament Manager Software for StarCraft AI Competitions
MIT License
77 stars 43 forks source link

Game not started counted incorrectly #4

Closed nbarriga closed 7 years ago

nbarriga commented 9 years ago

If a game doesn't start (rare, but happens, the away client sometimes can't join the game) I believe it is counted as a crash for the bot that reports first, even though both report crashes (because in a normal game we assume whoever reports first crashed first).

I believe the proper solution is to reschedule the game.

davechurchill commented 9 years ago

If you want to write this feature in I will pull it

nbarriga commented 9 years ago

Sure, as soon as I have some time. I was merely writing it down here so I don't forget. On May 27, 2015 21:59, "David Churchill" notifications@github.com wrote:

If you want to write this feature in I will pull it

— Reply to this email directly or view it on GitHub https://github.com/davechurchill/StarcraftAITournamentManager/issues/4#issuecomment-106164268 .

davechurchill commented 9 years ago

Awesome, thanks for keeping it up to date!