Page 97 - TGPT_V5.0_C4_Flipbook
P. 97
Take Off Century #Critical Thinking
21 st
Skills
Identify the blocks used in the Maze game and write their use.
1.
2.
In the previous class, you have learnt about the Blockly program and its two types of games:
Puzzle and Maze. Now, we will learn about the next games and their blocks in detail.
BIRD GAME
The Bird game teaches the concept of rotation by an angle to the users.
In this game, the user has to move the bird from the initial position to the nest after catching
a worm on the way. The game has 10 levels. The difficulty increases with simple turning in a
single direction to check conditions before turning in multiple directions.
Before playing the game, let’s learn about the blocks and their uses.
Block Used
This block turns the object in the left direction from the direction it
is facing.
This block allows the bird to fly in one direction till the condition
is true, and it changes direction when the condition becomes
false.
The condition allows the bird to move in the direction in do
section of the block till the condition is true otherwise move in
the direction in the else section of the block when the condition
becomes false.
Double Tap Century #Information Literacy
21 st
Skills #Critical Thinking
Guess! who am I?
1. I am a block that turns the object in the specified direction.
2. I am a block that allows the bird to fly in one direction till the
condition is true.
3. I am a game that teaches the concept of rotation by an angle
to the users.
Google Blockly Games 95

