My Block Breaker Game

Additions to the game:

  1. lives
  2. all new sprites
  3. music and SFX
  4. power ups: a) score bonus, b) speed up and slow down time, c) fireball, d) multiball, e) gain life
  5. blocks; a) standard, b) rotating, c) hit then rotating, d) hit then reappear, e) grow bigger on hit

personal notes: There’s 6 levels and each level has a different mechanic. I feel super proud of this game. I have a modest background in JavaScript programming so that helped a lot. But my skills in unity are new so there are probably a ton of simple errors I’ve made that I’m unaware of!

1 Like

Really fun and cool game.

thank you :slight_smile:

Yo this is AWESOME. I love the upgrades and the pace of the game made it challenging. I actually laughed out loud in the second level when all the upgrades were falling it was sweet.

I found a game breaking bug. The ball got stuck in the corner.

You can replicate this bug with the multiple ball power up, when two balls collider against each other, sometimes, one of the ball’s speed will be super slow after the collision, that’s why it gets stuck, it doesn’t have enough power to bounce.

Even if you don’t want to continue developing your game, I suggest you solve this as a learning exercise, sometimes simple games are often the hardest to debug, specially the ones involving physics.