Skip to content

Releases: DISC-Manchester/SquareSmash

Third Version of Game

28 Jun 13:40
37b6f01
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.0.0...V3.0.0

Second Version of Game

10 May 12:11
0a1375b
Compare
Choose a tag to compare
  • Add Text To Game Start
  • Add Multiple levels
  • Add Scoring System
  • Add Replay On Death
  • Add Life Markers

First Version of Game

03 May 11:11
Compare
Choose a tag to compare

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