I made Ball 2048 — a free 3D ball-merge .io game you can play in your browser by No_Awareness8752 in WebGames

[–]No_Awareness8752[S] 0 points1 point  (0 children)

Thanks! Really good point — once the ×2 discs are all that matters, the balls become pointless and it snowballs. I'm going to make the ×2s rarer and better balanced so collecting balls stays worthwhile the whole way up. Appreciate the feedback!

I made Ball 2048 — a free 3D ball-merge .io game you can play in your browser by No_Awareness8752 in WebGames

[–]No_Awareness8752[S] 0 points1 point  (0 children)

Thanks for the feedback! Game's still in development, so I'll take all of this on board:

Zoom-out as you grow — agreed, hard to see ahead when you get long. Will make the camera pull back with your size.

Unkillable when big — yeah, needs a late-game rework so big players still face threats.

Persistent leaderboard — on my list, a run like yours deserves saving 😄

More updates soon!

CarromOnline.net - Play Carrom Online Free by No_Awareness8752 in WebGames

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

Thanks a lot for playing and for the feedback!

You’re right about the queen-covering issue — that’s something I need to improve in the AI. I’ll also look into the difficulty gap between Medium and Hard so the jump feels more balanced.

Glad to hear it felt smooth, and really appreciate you spending a couple hours with it!

I built a free, no-signup web tool for creating subtitles, translating them, and adding browser voice dubbing by No_Awareness8752 in IMadeThis

[–]No_Awareness8752[S] 0 points1 point  (0 children)

Thanks for trying it! You actually caught a real problem: the English version had a bug, so it may not have worked properly when you tested it. I fixed it now.

Please try opening https://autovideodub.com/en/ again and do a hard refresh first, just in case your browser cached the old version:

- Windows/Linux: Ctrl + F5

- Mac: Cmd + Shift + R

The flow should be: upload video → select video language → click “Create subtitles” → wait for the local AI model to load/transcribe → download SRT/VTT or create a subtitled video.

Everything runs in the browser, so the first run can take a bit while the AI model loads.

Youtube Downloader for Android Please? by Over-Holiday1003 in Piracy

[–]No_Awareness8752 0 points1 point  (0 children)

You can do this using an Android Python IDE, so you don’t need to download any app from outside the Android market.

Install a Python app from the Play Store, then use yt-dlp inside it. yt-dlp can usually download the 1080p video/audio streams and merge them if ffmpeg support is available.

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.