Page 102 - TP_Plus_v4_Class4
P. 102
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 some more 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 Uses
This block turns the object in the left direction from the direction it
is facing.
This block is the condition that is added in the If block to check
that worm is present or not.
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 is added to check if the worm is present or not.
3. I am a game that teaches the concept of rotation by an angle
to the users.
100 Plus (Ver. 4.0)-IV

