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

Penalise knocking over cans #46

Merged
merged 4 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
8 changes: 4 additions & 4 deletions src/fig-arena.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ <h2><a class="anchor" id="game-rules"></a>Game Rules</h2>
Game points will be awarded as follows:
<ol type="a">
<li>
<strong>1</strong> point is awarded each time a robot crosses a scoring line in the anti-clockwise direction.
<strong>2</strong> points are awarded each time a robot crosses a scoring line in the anti-clockwise direction.
<li>
At the end of each lap - defined as every subsequent forward crossing of the scoring line immediately in front of the robot's starting area - a robot is awarded an additional <strong>4</strong> points for the crossing.
At the end of each lap - defined as every subsequent forward crossing of the scoring line immediately in front of the robot's starting area - a robot is awarded an additional <strong>8</strong> points for the crossing.
<li>
A robot is deemed to have passed a scoring line when the whole robot passes the line.
<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.
</ol>
<li>
At the end of the match the robot with the most points wins.
Expand Down
Loading