{{ extends 'global/Page.html' }} {{ block title }}Instructions{{ endblock }} {{ block content }}
In each round you will play a game in which there are two players. The other participant with whom you will play the game is randomly determined and will change from one round to the next. The game is anonymous, so you cannot know who the other player is.
In each round, you must first select an avatar to represents youself, choosing from a set of avatars (images) we will show you. Both players choose an avatar. However, only the avatar chosen by player 1 will be shown shown to player 2; the avatar chosen by player 2 will not be shown to player 1.
After both players have chosen an avatar the computer will randomly determine whether you will be player 1 or player 2. If you are player 1, the other player is player 2 and vice versa. After the avatar of player 1 is shown to player 2, you will play the following game.
Each player has to choose between two strategies, A and B. The table below indicates how the payoffs of the players depends on the combination of strategies chosen by the two players. The first number is the payoff of player 1 and the second number is the payoff of player 2. The amounts are in Euro.
At the end of each round you will see the result.
Player 2 | |||
---|---|---|---|
A | B | ||
Player 1 | A | 0; 0 | 10; 5 |
B | 5; 10 | 5; 5 |
When you are familiar with the structure of the game click on the next button to proceed with the first round.
{{ next_button }}Remember that this is a two-player game so some pages will be displayed only when both of you have made decisions. In some cases you may have to wait a some time to see the other player's decision.
{{ endblock }}