Scratch journey 2: mini game and face sensing
Last week, I explored the Scratch world, trying different blocks and viewing different shared projects. I have learned some fundamental knowledge of Scratch and felt that Scratch is a powerful tool enabling users to make videos and even design games. MINI GAME This week, I tried to apply what I learned to design a mini-game. Its name is Eat bubble. For the game concept, 🔺 the main character is a yellow bubble 🔺 the goal is to eat up the running yellow bubbles and avoid touching bubbles with different colors 🔺 players can control the yellow bubble by pressing arrow keys 🔺losing three lives means game over For the blocks, These blocks enable players to control the yellow bubble pressing arrow keys. In this chunk, I set the original position, the size of the yellow bubble. Prior to this, I set the value of two valuables: life and ball. Then, the forever loop takes up the major part. In this loop, I have done many tasks. Task one is to detect the touching with Ba...