Instructions

In the following, you will see a {{ C.NUM_ROWS }}x{{ C.NUM_COLS }}-matrix containing {{ C.NUM_BOXES }} boxes on your screen. Your job today is to collect boxes and earn from the collected boxes. In total, there are {{C.NUM_ROUNDS}} rounds of the game.

You can freely choose the number of boxes you would like to collect by clicking the the boxes on the screen. Once a box is clicked, it is marked by a tick symbol. For each box collected, you earn {{ C.BOX_VALUE }}.

However, behind one of the boxes hides a bomb that destroys everything that has been collected. You do not know where the bomb is located. You only know that the bomb can be in any place with equal probability. If you collect the box where the bomb is located, the bomb will explode and you will earn zero.

If you decide not to collect the boxes anymore, please click "Stop" and then click "Solve", boxes will be toggled. A dollar sign or a fire symbol (for the bomb) will be shown on each of your collected boxes.