Description
The player controls a batter and swings the bat by pressing the Space key. A ball moves from the bottom to the top of the screen. When the batter hits the ball, it flies away at a random angle.
It might be easier than the Hungry Fish game. You can implement your own feature, such as adding a score, increasing the ball’s speed, or creating multiple balls.
Hints
Make the ball move from the bottom to the top of the screen. ( It moves to the right by default.)
The ball moves to the right by default. Use the turn() degrees block in the Motion category to change its direction.
Changing costumes is too fast.
Look for the wait () seconds block in the Control category. It waits for the specified amount of time. You can enter an integer or a decimal number.
Player

Ball
