{{ block title }}Welcome to the Travelling Salesperson task! {{ endblock }} {{ block content }} {% if boardNumber == 1 %}

You are a salesperson in a candy company. You are given the task to visit multiple cities to sell your candy each term. But as petrol price has risen, you really want to take the shortest route possible to minimise the cost of your travels. For each term, you will get a fixed number of cities to visit. The rules are simple:


How to play:

Start by clicking on the first city of your choice, then click on the next one to start your route. Keep clicking on cities until the only one left is your starting city. Once you reach the end of your trip, click on the ‘submit’ button at the bottom of the screen. You will have a set time (seen on the timer above the map) to complete each trip.

Click Next when you’re ready.

{% endif %} {{ next_button }} {% block scripts %} {% endblock %} {{ endblock }}