Page 70 - TP_Modular_V2.1_Class4
P. 70

GOOGLE BLOCKLY GAMES
                    08













                                     Your Aim

                                     to learn about:

                                             Bird Game                            Turtle Game







                  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                                              Uses

                                           This block turns the bird by the given angle.

                                           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.





                   68       Modular (Ver. 2.1)-IV
   65   66   67   68   69   70   71   72   73   74   75