Build a Catching game where the main player moves left and right and catches objects falling from the sky.
Use the keyboard interaction skills to move your player
Use the collision with sprite to records each time the player catches an object
Use a variable to keep score and add one the score for every catch
Your game should have at least THREE backdrops.
A start screen with the instructions on it. (How to play the game)
a game screen which shows the sprites and maze
A finish screen which show the end of game information