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

Cut Middle against 1 opponent


Description:
You will cut the cake into two parts. Your opponent also cuts the cake into two.
We cut the cake in the middle and you get the part that includes your cut.

Suggestion:
If you cut the cake in two pieces both worth 60 points, you guarantee that you will receive 60 points.
Dividing the cake differently may give you more points, but may also give you less.

Round {{ R }}
Your score: {{ P }}
{% if player.round_number <= 5 and player.id_in_group == 1 %}
{% elif player.round_number > 5 and player.id_in_group == 1 %}
{% elif player.round_number <= 5 and player.id_in_group == 2 %}
{% elif player.round_number > 5 and player.id_in_group == 2 %}
{% endif %}
Value of left piece:
Value of right piece:
{% endblock %} {% block scripts %} {% endblock %}