- generate project with project generator
- create paddle class with getters and setters
- create ball class with getters and setters
- create brick class with getters and setters
- create a splash page
- create an instructions page
- create an "inprogress" page
- create a pause page
- create a win and die page
- update the ball's movement
- update the paddle's movement
- draw ball, paddle, and bricks
- figure out collision with ball and paddle
- figure out collision with ball and brick
- organize colors for fonts
- organize colors for bricks
- create tests for methods
- test the tests