Small Break out game, made in full by Van Andesen for the MouseJam 2, hosted by 8Bits to Infinity.

Made with Godot 3.5.1


Use your mouse to control the paddle and break through to Mr. Chase. If you drop the ball, you start over.

Development log

Comments

Log in with itch.io to leave a comment.

Very fun gameplay twist on the original breakout style.

Bugs:

- Blocks take significant time to despawn after being struck, contrary to the original breakout style

- After hitting Mr. Chase, the game doesn't reach any ending condition

- After hitting Mr. Chase but potentially elsewhere, my ball entered a perfect horizontal arc, which struck no blocks, was unalterable and eventually ended the game early

The blocks despawn time is not a bug, sadly. It is the way I coded it to make sure the sound played, I have an idea for a workaround fix, I will try to implement it before the deadline.

I should be able to create a simple end screen too.

Thank you for your feedback.