Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update league points from game points #38

Merged
merged 1 commit into from
May 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,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. This will be used to determine the final 1<sup>st</sup>,
Expand Down
Loading