PeterJCLaw / srcomp

Reliable software for running robotics competitions
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 1 forks source link

Detect and warn about full ties #21

Open PeterJCLaw opened 1 year ago

PeterJCLaw commented 1 year ago

It is possible that two teams could have the same league points and game points totals. It would be best if there was a means to be alerted about this (i.e: a warning of some kind rather than relying on people checking the league table).

Alternatively if we can come up with a defined resolution to such a situation we should encode that.