adaptive-learning / flocs

Intelligent application for learning computer science.
GNU General Public License v2.0
1 stars 5 forks source link

Get the game more thematic #35

Open jirmauritz opened 9 years ago

jirmauritz commented 9 years ago

Robot is pyrotechnical robot and he is suppose to deactivate the bomb. Bomb will go off if you cant get to the bomb in the specified number of steps. Number of steps remaining will be written on the bomb. When the time is 0, the screen will go off. This feature is voluntary, i.e. every task decides if and how many steps is the limit.

effa commented 8 years ago

New ideas:

effa commented 8 years ago

We can replace colors by field type. Field type can be e.g. grass (green), water (blue), rock (grey), hole (black), etc. and it should depend on the theme we choose for the app. Each field will have a type and an object, object can be: nothing, key, treasure chest, ... but again it should depend on the chosen theme. These two concepts (type and object) are orthogonal and allow us for more readable task fixture (each field can be encoded by two symbols, e.g. 03, first is a type, second is an object).