PROBLEM: The ball should bounce up when it touches Crab and stop when it hits the bottom, but it keeps getting stuck on the edges! YOUR MISSION: Look at the code and debug the program so that the ball stops getting stuck on the edge and only stops when it hits the bottom.
Fixed by adding a sprite for the "end game" sequence.