Page 49 - Digicode_AI_class_1
P. 49
Critical Thinking
code Quest Information Literacy
State whether these statements are true or false.
1. In Puzzle game, user matches the picture of the animal with
its name.
2. When the Puzzle option is clicked, a dialog box appears on
the screen.
3. If some answers are correct, a message appears 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 use are:
Block Use
Move the object in the forward direction from the direction it is
facing
Turn the object in the left direction from the direction it is facing
Turn the object in the right direction from the direction it is
facing
Google Blockly Games 47

