๐ฎ Learn how to create a jumping game in Scratch with moving obstacles.
๐ฃ Choose a character and backdrop, and use Scratch blocks to make the character jump.
โน๏ธ Learn how to stop the game and add more obstacles.
๐ By adding a sound effect, such as a bird chirping, our character's jump can be enhanced.
๐ฅ To create a moving obstacle, we can choose any object, like an egg, and make it smaller in size.
โญ๏ธ The obstacle can be programmed to start on one side of the screen and glide to the other side using the 'go to x and y' block.
๐ Drag the egg sprite to a specific spot and use the go to block to update its position.
๐๏ธ Use the glide to X Y block to make the egg sprite smoothly glide across the screen.
๐ฃ Put the gliding block in a forever loop to make multiple eggs continuously glide across the screen.
๐ Stopping everything in the project with 'stop all' block
๐ฃ Making the chick stop the game when it touches the egg
๐ง Fixing the issue of the chick getting stuck in the air
๐ Adding more obstacles by duplicating the egg
๐ฅ The first and second eggs glide simultaneously, so we need to space them out.
๐ป The second egg is initially hidden and then shown after waiting for one second.
๐ข A score variable is created to keep track of the player's score.
๐ฎ Create a jumping game in Scratch using the provided tutorial.
โจ Customize the game by adding multiple obstacles and changing the backdrop at a certain score.
๐๏ธ Reset the player's score to zero when they lose and the project restarts.