level hack!

“I want to test all level designs, so I added the Escape button as a hack to automatically skip levels without playing. This allows me to quickly test the layout of the level blocks.”

https://mero.live/games/breakout

Game Logic

When the ball hits the ⚽️ power-up, replace the current ball with a larger ⚽️ ball.

For the next 3 10 seconds, the powered-up ball should:

  • Destroy every brick it touches without bouncing back.
  • Continue flying through bricks in a straight line, breaking every brick in its path.
  • Ignore normal bounce behavior while the power-up is active.

After 3 seconds, the effect ends, and the ball returns to its normal size and standard bouncing behavior.