{% extends "global/Page.html" %} {% load otree static %} {% block title %} Guessing Game {% endblock %} {% block content %}
In this task you will play a game with the following rules:
Notice that your own number will be a part of the overall average that is calculated, and can therefore influence it. In the case where more than one player is closest to 2/3 of the average the winner is determined randomly among those who are closest.
You will play this task three times, each against one of the following participants:
Who the current opponent is will be displayed on the respective site. In the end one of the decisions you made will be randomly chosen to be payed out and you will receive {{ points_per_win }} points as a bonus if you won in that chosen decision.
Please click the button to continue to the first game.
{% next_button %} {% endblock %}