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

Instructions for Bomb Game

You will see a {{ num_rows }}x{{ num_cols }}-structure containing {{ num_boxes }} boxes on your screen. Your task is to decide on how many of them you want to collect.

You start the task by hitting the 'Start' button, then one box is collected per 0.5 second. Once collected, the box is marked by a tick symbol. For each box collected you earn {{ box_value }}.

{% blocktrans trimmed %} However, one of the boxes hides a bomb that destroys everything that has been collected. The remaining {{ num_nobomb }} boxes are worth {{ box_value }} each. You do not know where the bomb is located. You only know that the bomb can be in any place with equal probability. {% endblocktrans %}

Your task is to choose when to stop the collecting process. You do so by hitting 'Stop button', which you can do only once.

  • If you collect the box with the bomb, it will explode and you will earn zero.
  • If you stop before collecting the bomb, you gain the amount accumulated that far.

Once you have clicked on the stop button, you can reveal if the Bomb has also been collected.

Please note: It is possible not earn any points. You will not earn points if you do not collect any boxes. You will also not earn any points if all 100 boxes are collected. This automatically means the bomb will be collected. The more boxes you collect, the greater the chance you have of collecting a bomb.

{% endblock %}