Heart Sparking Game
The Project
Heart Sparking Game is a charming and interactive Scratch project where a heart sprite creates multiple new hearts at random positions on the screen. Each time the heart is "sparked," a new heart spawns, creating a mesmerizing pattern. The player can adjust the angle at which the hearts are created or increase the speed to make the game more exciting and challenging. How it works: The main heart sprite will repeatedly spawn new hearts in random positions on the screen. The player can control the angle of the hearts' movement, adjusting how the hearts are spread out across the screen. The speed of spawning new hearts can be adjusted to make the game more challenging. As the speed increases, more hearts are created at a faster rate, filling the screen quickly. Each time a new heart is created, it will gently move in a random direction and disappear after a few seconds, making the game feel like an endless "sparkling" effect. This project demonstrates: Random position generation for the new hearts. Angle control to adjust how the hearts spread out from the original sprite. Speed adjustment for increasing the rate of heart creation. Event handling to manage user input (for angle and speed control). Visual effects to create a smooth, engaging animation. It’s a delightful game that combines creativity with interactive gameplay, where players can experiment with angles, speeds, and watch hearts fill the screen in a sparkling pattern.