{{ block title }} Game Round Examples {{ endblock }} {{ block content }}
We will now run through 2 examples to show you how the game might be played.
Example 1
Player A starts with 10 points and Player B starts with 0 points.
Player A gives 2 points to Player B.
On the way to Player B, the points are tripled, so Player B receives 6 points.
Player B decides to not to return any points to Player A.
At the end of this round, Player A has earned 8 points
and Player B has earned 6 points.
Example 2
Player A starts with 10 points and Player B starts with 0 points.
Player A gives 5 points to Player B.
On the way to Player B, the points are tripled, so Player B receives 15 points.
Player B decides to return 8 points to Player A. At the end of this
round, Player A has earned 12 points and Player B has earned
10 points.