{% extends "global/Page.html" %} {% load otree static %} {% block title %} Slider Puzzle {% endblock %} {% block styles %} {% endblock %} {% block content %}

You and another participant sequentially move tiles of the puzzle to solve it.
The next button appears once the game is solved.
You have 10 minutes.

{% if player.id_in_group == 1 %} {% endif %} {% next_button %}
{% endblock %} {% block scripts %} {% endblock %}