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

Game Rules

{% endblock %} {% block content %}

The Group Project receives a total of 300 points (summed across everyone), which is then doubled and becomes 600 points.

These 600 points are then sent back to each person equally (i.e., 150 points for each person), regardless of how many points each person initially contributed.


{% next_button %} {% endblock %}