Now we can start to think about making our game
a bit like an actual game. Let's add a paddle, and only allow the
ball to bounce off the bottom when it hits it.
You probably want to be able to move the paddle - we'll cover that in
the next page.
The constants paddlex, paddleh, and paddlew will be moved to the regular init()
function from now on.