Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 790 Bytes

File metadata and controls

31 lines (25 loc) · 790 Bytes

Development

Creating Classes

  • 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

Design

  • create a splash page
  • create an instructions page
  • create an "inprogress" page
  • create a pause page
  • create a win and die page

Drawing and Updating

  • update the ball's movement
  • update the paddle's movement
  • draw ball, paddle, and bricks

Figuring out the math

  • figure out collision with ball and paddle
  • figure out collision with ball and brick

Color Scheme

  • organize colors for fonts
  • organize colors for bricks

Testing

  • create tests for methods
  • test the tests