{% extends "global/Page.html" %} {% load otree %} {% block title %} Section 2: Multi-Player Game {% endblock %} {% block content %}
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 }} (1 Point = 0.01 USD). 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 computer will take the minimum from both contributions and substract it from your initial endowment.
The earnings from the project will be calculated as follows:
You better hope Player 2 gets lucky!
Payoffs:
Good Luck Scenario:
Participant 's Payoff = (Total Contribution) * 1.5 + Amount not Contributed to the Common Project
Bad Luck Scenario:
Participant 's Payoff = Amount not Contributed to the Common Project
Example 1:
Let's assume that Player 1 contributes 9 Points and Player 2 contributes 10 Points.
Example 2:
Let's assume that Player 1 contributes 9 Points and Player 2 contributes 10 Points.
Example 3:
Let's assume that Player 1 contributes 1 Point and Player 2 contributes 2 Points.
Example 4:
Let's assume that Player 1 contributes 1 Point and Player 2 contributes 2 Points.
Notice the trade-off in your decision. The more you contribute, the more you can win depending on Player's 2 luck. Remember 1 Point = 0.01 USD
{% next_button %} {% endblock %}