{{ block title }} Practice Round {{ endblock }} {% block styles %} {% endblock %} {{ block content }}

How to Play

You can see ten radio buttons in the gray area.
The computer will draw a number from the choices of former participants.
With your number and the drawn number, a target number is compute folloing:
target number = 0.9 * (your number + the drawn number)/2
If your number is closer to the target than the drawn number is, you win and get a payoff of {{ Constants.win_payoff }}.
If the game ended in a tie, you get 5 game points.
Choose a number and click "Next".

Choose a number

{{ formfield_errors 'number' }}
{{ next_button }} {{ endblock }}