This is a basic implementation of the Atari Pong game, but it's missing a few things intentionally and they're left as further exploration for the reader.
- Score
- When a ball goes past a paddle, the other player should score a point. Use context.fillText() to display the score to the screen