This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
First Version of Game
Add Bricks:
- Has 90 degree corners
Add Level of colours of bricks
- Two rows of each colour (8 rows in total)
- 14 bricks each row
DISC colours
Row 1 251,0,250 (Pink)
Row 2 0,192,237 (Blue)
Row 3 249,185,0 (OJ)
Row 4 0,238,0 (Green)
Add Paddle:
- has 90 degree corners
- Single Colour (157,6,241)
Add Ball:
- Has 90 degree corners
- Single colour (255,255,255)
- Ball bounces On the top of the bricks
- Game start when the spacebar is pressed
- Ball launched From paddle
- Ball bounces from the wall & bricks at correct angle
- The brick disappears when hit by ball
- Paddle moves at a constant speed when moved
- Ball speeds up by 1% each brick broken
- On game win Restarts game
Add User Controls:
- Press Key A Move Left
- Press Key D Move Right
- Press Key Spacebar Start or Restart Game