Skip to content

Commit

Permalink
Merge pull request #38 from sourcebots/sp2024/league-scores
Browse files Browse the repository at this point in the history
Update league points from game points
  • Loading branch information
RealOrangeOne authored May 25, 2024
2 parents 0f64559 + a3c6478 commit 836dc11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@ <h3><a class="anchor" id="matches"></a>Matches</h3>
<li>
At the end of a game, league points will be awarded as follows:
<ul>
<li>The team with the most game points will be awarded 8 points towards the competition league.
<li>The team with the second most will be awarded 6.
<li>The team with the most game points will be awarded 4 points towards the competition league.
<li>The team with the second most will be awarded 2.
<li>Teams whose robot was not entered into the round, or who were disqualified from the round, will be awarded no points.
</ul>
<li>
If a match ends in a tie, robots will be awarded the average of the points that their combined
positions would be awarded, in this case 7 (since this is (8 + 6) &div; 2).
positions would be awarded, in this case 3 (since this is (4 + 2) &div; 2).
<li>
At the end of the leagues, positions in the leagues are used to seed a
knockout. The knockouts will be used to determine the final 1<sup>st</sup>,
Expand Down

0 comments on commit 836dc11

Please sign in to comment.