Educational game for children to improve their analytical thinking and alhorithmic approach to solving simple problems.
The game consists of several levels. On each level player has to prepare the path for turtle using buttons with available commands, so turtle can visit all of the green fields displayed on screen. Their difficulty increases gradually and further levels give the player possibility to use new commands, including complex ones like loops and procedures.
Player can also swich between passed levels or save his/her progress and load it another time when the game is on again.
| Command | Action |
|---|---|
move forward |
turtle moves by one field forward |
turn right |
turtle rotates to its right side |
turn left |
turtle rotates to its left side |
start loop |
commands between this and end loop command will be repeated the given number of times |
end loop |
ends the loop started with start loop; each loop has to be closed |
procedure |
opens the procedures menu where player can create or choose one of the procedures to use |
- Java 10
- JavaFX
- Gradle 4.7

