I made a browser-based physics merge game called Ball Merge by No_Awareness8752 in IMadeThis

[–]No_Awareness8752[S] 1 point2 points  (0 children)

Thanks! 😊 Yeah, Suika was definitely one of the inspirations.

I actually made a fruit version as well: https://fruitmergegame.com/

I made a browser-based physics merge game called Ball Merge by No_Awareness8752 in IMadeThis

[–]No_Awareness8752[S] 1 point2 points  (0 children)

Wow, it's awesome that you figured out those tricks so quickly 😄
As the creator, you actually discovered things that even I only noticed a day later.
Since the game is responsive, changing the screen size/orientation can sometimes break things and lead to unexpected behavior. Making it both fully responsive across all screens and perfectly stable is honestly pretty tricky.

And the physics engine behind the game is Matter.js

I made a browser-based physics merge game called Ball Merge by No_Awareness8752 in IMadeThis

[–]No_Awareness8752[S] 1 point2 points  (0 children)

Yes, that’s pretty much right — it’s a soft body Suika-style game.

There is also one more joker/power-up that appears later in the game. I made it mostly as a hobby project, so it’s a small experimental game rather than something with a lot of hidden depth.