Skip to content
Closed
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: 4 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rules 2024 &mdash; Tin Can Rally | SRO</title>
<title>Rules 2025 &mdash; Tin Can Rally | SRO</title>
<link rel="stylesheet" href="./index.css">
<link rel="stylesheet" href="../node_modules/normalize.css/normalize.css">
<link rel="shortcut icon" href="https://roboticsoutreach.org/favicon.ico">
Expand Down Expand Up @@ -64,10 +64,12 @@ <h2><a class="anchor" id="game-rules"></a>Game Rules</h2>
<li>
If a robot passes backwards (i.e: clockwise) over any scoring line it must "undo" these before any further forwards line crossings will be counted.
<li>
If a robot avoids knocking over any cans since its last forward scoring line crossing, the crossing is worth an additional <strong>1</strong> point.
If a robot knocks over a can, it loses <strong>1</strong> point.
</ol>
<li>
At the end of the match the robot with the most points wins.
<li>
If a robot has fewer than 0 points at the end of a match, it will be awarded 0 points.
<li>
The arena is a square of the design specified in
<a href="#specifications">the specifications section</a>.
Expand Down
Loading