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

In this game, a circle will repeatedly appear in the center of the screen.

{% if not is_touch %}Press{% else %}Click{% endif %} On the {{ command_type }} as fast as you can when you see this circle:

GO

Do nothing if you see this circle:

NO GO
{% if is_touch %}
Start
{% else %} {% endif %}
{% endblock %}