Skip to content

Commit

Permalink
Revert "Remove mentions of the virtual competition"
Browse files Browse the repository at this point in the history
This reverts commit 40b4108.
  • Loading branch information
prophile committed Nov 9, 2023
1 parent 21e738a commit a1ceed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The information is spread across multiple sections:

- The [kit](/docs/kit/) section will give you an overview of the physical kit that is provided to your team, how to connect to each board and what features they have.
- The [programming](/docs/programming/) section talks through how to write code that interacts with all the boards.
- The [simulator](/docs/simulator/) section explains how to use the simulator for testing your code and exploring strategies.
- The [simulator](/docs/simulator/) section explains how to use the simulator for testing your code, exploring strategies as well as preparing for the virtual competition.
- The [rules](/docs/rules/) section is important as it talks through the aim of this year's game and what task you are trying to achieve.
- [Tutorials](/docs/tutorials/) are a series of guides that will help you get started.

Expand Down
2 changes: 1 addition & 1 deletion simulator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Simulator

![Image of the SR2024 arena rendered within the simulated environment]({{ site.baseurl }}/images/content/simulator/sr2024-arena.png)

The simulator is a useful development tool, it allows you to become familiar with our API and to get started coding straight away even if you have yet to construct your robot.
The simulator is used for the virtual competition and is a useful development tool, it allows you to become familiar with our API and to get started coding straight away even if you have yet to construct your robot.
It could also be used to test out game strategies before applying them in real life.

## Programming
Expand Down

0 comments on commit a1ceed3

Please sign in to comment.