{% extends "global/Page.html" %} {% load otree static %} {% block title %} Embedded Style Sheet {% endblock %} {% block content %}

Last Challenger against 2 opponent.

Description:
Now it's the second stage of this round. The black part has been assigned to the last challenger of the former stage.
You need to divide the remaining cake with 2 opponents.
If it is not challenged, you get the left piece and leave.
If it is challenged, the player who challenges gets the left piece and leaves, and we restart the procedure with the leftover cake.

Suggestion:
If you cut the cake to make the left piece worth {{ S }} points, you guarantee yourself at least {{ S }} points.
Dividing the cake differently may give you more points, but may also give you less.

Value of left piece:

Value of right piece:

Round {{ R }}

Your score: {{ P }}

{% endblock %} {% block styles %} {% endblock %}