{{ block title }}Welcome to the Maze game!{{ endblock }} {{ block content }} {% if boardNumber == 1 %}
On the next screen, you will see a triangular maze.
Aim of the game: Select the path with the highest cumulative score
To play, you will have to trace a path from the bottom in an upward direction and passing through red dots. You will notice that the paths have different values (found on the right of each path).
Try to get the highest score by selecting the right path.
How to play:
IMPORTANT:
While you don’t have a time limit for this task, your time will be recorded. It is estimated that each maze will take up to 2 minutes to complete.
Click Next when you’re ready.
{% endif %} {{ next_button }} {% block scripts %} {% endblock %} {{ endblock }}