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

You will now play against {{ group_size }} other people.

The rules are:
Every player enters a number between 0 an 100. The average of all submitted numbers will then be calculated. The player whose number is closest to 2/3 of this average wins.
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.
{% formfield player.group_submission %} {% next_button %} {% endblock %}