{{ extends "global/Page.html" }} {{ block title }}Contribute{{ endblock }} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

The bomb game: Play

Your task is to collect the boxes. When you are ready, click on the "Start" button. When you collected the number of boxes you wanted, click on "Stop" button. You can stop box collection only once. Then you can reveal if you collected also the bomb or not.

Each collected box earns you 30 points. If you collected bomb, it explodes and your payoff from Bomb game is zero.

Number of boxes collected:
Number of boxes remaining:
{{ form.bomb.errors }}
{% endblock %}