Practice Event, Motion, Control, Sensing, and Operators blocks.
Practice analyzing a game and come up with coding solutions.
Project Brick Breaker.
The ball will move randomly on the screen. If the ball touches the screen's edges or the paddle, it will bounce back.
The player will use the mouse to move the green paddle. The player's task is to catch the ball, not let the ball touch the ground.
When the ball touches the paddle, the ball will bounce back and smash the bricks above.
If all the above bricks are broken, the player will win.
If the ball hits the ground, the player loses.
Complete the basic function of the game.
Add sound effects for the game.
Add a new function for the game. For example:
Add an obstacle.
Add a new paddle and make this game become a 2-players game
Add countdown timer.