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

Last Challenger against 2 opponents.

Description:
You will make a cut to the cake. This cut can be challenged by other players.
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 40 points, you guarantee yourself at least 40 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 %}