Pong game using P5.js
- I can see two paddles and a ball on start
- I can start the game by hitting space
- I can move my paddle with my arrow keys
- I can use my paddle to hit a ball back
- I can play against the computer
- I can see the scores
- A player earns a point every time the opponent fails to return the ball
- The game ends if one of the players reaches 11 points