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

Sequential-split, against 3 opponents.

Description:
All players spilt the cake into two.
The two who choose the leftmost cuts divide the first half, the other two the second half.
Each half is divided using leftmost leaves.
You will have to cut the cake twice.

Suggestion:
If you first cut the cake at 60 points and then at 30, you guarantee at least 30 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 %}