From c1d51ce70d26ab9407479ee0db5ce82378c9a3d4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 7 Aug 2018 11:52:19 +0100 Subject: [PATCH] Add page on simulator, with download link --- content/tutorials/simulator.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/tutorials/simulator.md diff --git a/content/tutorials/simulator.md b/content/tutorials/simulator.md new file mode 100644 index 00000000..675b19ad --- /dev/null +++ b/content/tutorials/simulator.md @@ -0,0 +1,11 @@ +--- +title: Simulator +--- + +To test out your robot code, you can use our Simulator. This gives you a realistic environment to run your code, against a dummy robot, without the need for a physical arena. This simulator is currently only available on Windows. + +## Installation + +1. [Download the Simulator](https://drive.google.com/file/d/16cGGOMruRT4f_5V_DPKOLaJuP82h7NGP/view?usp=sharing), and extract it into a directory. +2. Edit the existing `test.py`. +3. Run `run.bat`. This will launch 2 windows: The simulator itself, and a terminal which will hold the output of your application.