Page 70 - Modular_v4.0
P. 70
Chapter Profile
Once all the answers are correct, the given screen will appear.
6 Click on the OK
button. The home
page will automatically
appear on the screen.
MAZE GAME
The Maze game teaches the concept of programming to the users. This game teaches the
user to:
join the blocks.
create loops or blocks to repeat actions.
change instructions in the variable blocks.
placing stack of blocks inside a container block.
In this game, the user has to move the person from the current position to the destination
in a maze by moving forward or turning left and right. The instructions to move forward and
turn left or right are given using blocks. The game has 10 levels. The difficulty increases with
simple moving forward to turns and further to loops.
The blocks used in the Maze game and their uses are:
Block Use
Moves the object in the forward direction
from the direction it is facing
Turns the object in the left direction from
the direction it is facing
Turns the object in the right direction from
the direction it is facing
To play the game, follow the given steps:
Click on the Maze option. A tip appears on the screen. This tip tells the user how to
move the person forward from the current position towards the destination.
68 Modular (Ver. 4.0)-III

