{% extends "global/Page.html" %} {% load otree static %} {% block title %}

Puzzle

{% endblock %} {% block content %}

Please complete the puzzle below. You will be scored based upon the number of moves it takes you to finish. Completing the puzzle in fewer moves will earn you more money.

You will have {{ available_time }} minutes to complete this puzzle.

You must complete the puzzle to earn any money. If the time runs out before you finish, you will get no payoff for the puzzle.

otrPlan your moves carefully before making them, as doing a move and then undoing it counts as two moves.

The object of the puzzle is to move all the disks from the leftmost peg 1 to the rightmost peg 3, so that the disks are arranged in the same size order, largest disk on the bottom, medium disk in the middle and smallest disk on top.

The rules are:

  1. Only one disk can be moved from one peg to one other peg at a time.
  2. A disk cannot be placed on a smaller disk.
  3. Only the top disk on each peg can be moved.
 
 


{% endblock %} {% block scripts %}
Peg 1 Peg 2 Peg 3

{% if view.is_debug %}
{% include 'otree/includes/debug_info.html' %} {% endif %} {% endblock %} {% block app_styles %} {% endblock %}