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

There are three levels of rewards: 1$,6$ and 10$. The map is a scaled down version of the 7x7 landscape.You can't click on an already explored block. Only {{ Constants.max_turns }} blocks can be explored before the game ends.

It's

Your Score: {{player.current_payoff}}
Opponent Score: {{opponent_payoff}}
{% for element in grid %} {% if element.occupied %}
 
{% else %}
{{element.value}}
{% endif %} {% endfor %}
Play Move
{% next_button %}

Map:

Legend:
High Value
Medium Value
Low Value
{% endblock %}