{% load otree %}

Instructions

In this game you will be playing with the partner that has been shown to you in the last page. Each participant in the group is given {{ Constants.endowment }}. The group has the opportunity to undertake a joint project. Each participant in the group decides how much she or he is going to contribute to the project. Contribution could be any integer from 0 to {{ Constants.endowment }}.

The earnings from the project will be calculated as follows: The contributions of all {{ Constants.players_per_group }} participants are added up, the total contribution is multiplied by a factor of {{ Constants.multiplier }}, and the resulting amount is the total earnings from the project, which is evenly split among all {{ Constants.players_per_group }} participants. Your payoff equals your earnings from the project, plus the amount you did not contribute.

LUCKY ELEMENT: Player's B luck is crucial for your payment: after deciding its contribution, player 2 will throw a dice. If he or she takes a 1 or a 2, all of your common pool will be lost. If any other number comes out, your common pool will be further increased 1.5 times. You better hope your partner is on a lucky strike! Let the game begin!