From ead23c80ddd799eb849f53dc915f8f174d9c2297 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 1 Aug 2024 13:54:20 +0100 Subject: [PATCH 1/4] Penalise knocking over cans --- src/fig-arena.svg | 8 ++++---- src/index.html | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/fig-arena.svg b/src/fig-arena.svg index 8fd6f01..ea59b6e 100644 --- a/src/fig-arena.svg +++ b/src/fig-arena.svg @@ -191,8 +191,8 @@ - - + + - + 370±100mm - + 370±100mm diff --git a/src/index.html b/src/index.html index 0d1a4fa..44bf1e2 100644 --- a/src/index.html +++ b/src/index.html @@ -58,13 +58,15 @@

Game Rules

Game points will be awarded as follows:
  1. - 1 point is awarded each time a robot crosses a scoring line in the anti-clockwise direction. + 3 points are awarded each time a robot crosses a scoring line in the anti-clockwise direction.
  2. - 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 4 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 8 points for the crossing.
  3. A robot is deemed to have passed a scoring line when the whole robot passes the line.
  4. 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. +
  5. + If a robot knocks over a can since its last forward scoring line crossing, the next crossing is only worth 1 point.
  • At the end of the match the robot with the most points wins. From 7e6d438e200e6f8be17a20827318b9b7e2c1abfc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 1 Aug 2024 14:30:18 +0100 Subject: [PATCH 2/4] Reword can knocking rule to be positive --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 44bf1e2..8c09242 100644 --- a/src/index.html +++ b/src/index.html @@ -58,7 +58,7 @@

    Game Rules

    Game points will be awarded as follows:
    1. - 3 points are awarded each time a robot crosses a scoring line in the anti-clockwise direction. + 2 points are awarded each time a robot crosses a scoring line in the anti-clockwise direction.
    2. 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 8 points for the crossing.
    3. @@ -66,7 +66,7 @@

      Game Rules

    4. 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.
    5. - If a robot knocks over a can since its last forward scoring line crossing, the next crossing is only worth 1 point. + If a robot doesn't knock over a can since its last forward scoring line crossing, the crossing is worth an additional 1 point.
  • At the end of the match the robot with the most points wins. From b58017c8ff7f8615c8cc4565fbc55edc8191b36d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 1 Aug 2024 14:38:11 +0100 Subject: [PATCH 3/4] Improve wording around knocking over cans --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 8c09242..8642596 100644 --- a/src/index.html +++ b/src/index.html @@ -66,7 +66,7 @@

    Game Rules

  • 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.
  • - If a robot doesn't knock over a can since its last forward scoring line crossing, the crossing is worth an additional 1 point. + If a robot avoids knocking over any cans since its last forward scoring line crossing, the crossing is worth an additional 1 point.
  • At the end of the match the robot with the most points wins. From 4980f6b39a6ea1ba77399e505e7a248e25fae1c0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 1 Aug 2024 18:22:02 +0100 Subject: [PATCH 4/4] Reduce value of laps 8 is too high --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 8642596..9a9ab2d 100644 --- a/src/index.html +++ b/src/index.html @@ -60,7 +60,7 @@

    Game Rules

  • 2 points are awarded each time a robot crosses a scoring line in the anti-clockwise direction.
  • - 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 8 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 4 points for the crossing.
  • A robot is deemed to have passed a scoring line when the whole robot passes the line.