Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

First Version of Game

Compare
Choose a tag to compare
@pheonixfirewingz pheonixfirewingz released this 03 May 11:11
· 28 commits to main since this release

Add Bricks:

  1. Has 90 degree corners

Add Level of colours of bricks

  1. Two rows of each colour (8 rows in total)
  2. 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:

  1. has 90 degree corners
  2. Single Colour (157,6,241)

Add Ball:

  1. Has 90 degree corners
  2. Single colour (255,255,255)
  3. Ball bounces On the top of the bricks
  4. Game start when the spacebar is pressed
  5. Ball launched From paddle
  6. Ball bounces from the wall & bricks at correct angle
  7. The brick disappears when hit by ball
  8. Paddle moves at a constant speed when moved
  9. Ball speeds up by 1% each brick broken
  10. On game win Restarts game

Add User Controls:

  1. Press Key A Move Left
  2. Press Key D Move Right
  3. Press Key Spacebar Start or Restart Game