{% extends "global/Page.html" %} {% load otree %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}
The second type of game is called adding numbers game.
Every game consists of a board with nine different numbers. Your task is to find the two
numbers (out of the nine) that jointly add up to a "target number". You can select a number by
clicking it. Once clicked, the number will turn green. To deselect a number, you can simply click
it again.
You have 60 seconds for each game. You will move on after you have selected the correct two numbers or the time runs out.
Here is an example of a game. The two selected numbers (52 and 27) add up to the target number of 79. There is only one unique solution to each game.
We will give you three practice games for you to familiarize yourself with this game.
Please press the "Next" button to proceed to the practice games.