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

Double Knife against 2 player.

Description:
Now it's the stage to choose.
You are the second one to choose among the three pieces at hand.
Divisions are displayed on this website by blue lines or rectangles.
The black part has already been chosen by the first chooser.
You can only select from the remaining two pieces.

Suggestion:
If you have followed the suggestion in trimming stage and now choose the piece which worths more for you,
you guarantee that you will receive at least 40 points.

Value of left: {{ player.value_after_trim_1 }}

Value of middle: {{ player.value_after_trim_2 }}

Value of right: {{ player.value_after_trim_3 }}

Round {{ R }}

Your score: {{ P }}

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