Fruit Catcher
This week we built our first python game using the Pygame Zero framework
Our game is a simple fruit catching game. Fruit falls from a random position along the top of the screen and falls
We have a basket to catch the fruit and can be moved using keyboard input
We used Thonny to write our code. We installed the pgzero library via the tools - manage packages
Check out the full code below from my Github account, don’t forget to have the images folder in the same location as your game file