{{ extends 'global/Page.html' }} {{ block title }}Pure coalition game{{ endblock }} {{ block content }}

You are {{ player.role }}. Do not tell this to anyone. The possible coalition payoffs are given in the table below.

CoalitionPayoff (points)
A alone 0
B alone 0
C alone 0
A, B 118
A, C 84
B, C 50
A, B, C 121

You need to decide two things, together with {{ others }}: 1) which coalition you join; 2) how to split the joint payoffs.

Use the chat options below to discuss with {{ others }} or with either of them individually.

Chat with {{ others }} {{ chat nickname=player.role channel=channelABC }} {{ if player.role == 'A' }}
Private chat with B {{ chat nickname=player.role channel=channelAB }}
Private chat with C {{ chat nickname=player.role channel=channelAC }} {{ elif player.role == 'B' }}
Private chat with A {{ chat nickname=player.role channel=channelAB }}
Private chat with C {{ chat nickname=player.role channel=channelBC }} {{ else }}
Private chat with A {{ chat nickname=player.role channel=channelAC }}
Private chat with B {{ chat nickname=player.role channel=channelBC }} {{ endif }}

Once you are ready, submit your choice of coalition and how many payoff points you get in the proposed share. The proposal of share should be based on the discussions that you had with the other coalition members.

Your choice:
{{ choices }}

Your share: points

{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}