{{ extends 'global/Page.html' }} {{ block title }}How to play{{ endblock }} {{ block content }}
This a two-player game and you have been randomly and anonymously paired with another participant.
One of you will be selected at random to be 'player 1'; the other will be 'player 2'.
You will learn whether you are player 1 or player 2 prior to making any decision.
To start, player 1 will receive 20 points, whilst player 2 will receive 0 points.
Player 1 will decide to send some or all of their 20 points to player 2. Then this amount will be multiplied by 4 before it is sent to player 2.
Next, player 2 will decide to send some or all of this quadrupled amount back to player 1.
This game will repeat for {{Constants.num_rounds}} rounds.
Click next to begin.
{{ next_button }} {{ endblock }}