{{ 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.
Important notice: You will have a total of 6 sets of mazes to complete with 30 mazes in each. You are recommended to take a break of a few hours or even a day between sets. You will receive a score per set and will be reminded to take a break after each set.
Click Next when you’re ready.
{% endif %} {{ next_button }} {% block scripts %} {% endblock %} {{ endblock }}