Our First Game! DODGEBALL!!! For this week's Homework, you need to finish the game we started in class. For this game to work, you need to: 1) Have the Sprite be able to jump when you press the space bar. 2) Have the ball move across the screen in an infinite loop. 3) Increase the score by 1 point every time the character successfully jumps over the ball. 4) Stop the game if the character gets hit by the ball. Hint: There are blocks on the screen that you will HAVE to use. You will also need to pull other blocks as well from the block directory in order for the functions to work.