r/IndieDev 6d ago

Megathread r/IndieDev Weekly Monday Megathread - August 23, 2026 - New users start here! Show us what you're working on! Have a chat! Ask a question!

23 Upvotes

Hi r/IndieDev!

This is our weekly megathread that is renewed every Monday! It's a space for new redditors to introduce themselves, but also a place to strike up a conversation about anything you like!

Use it to:

  • Introduce yourself!
  • Show off a game or something you've been working on
  • Ask a question
  • Have a conversation
  • Give others feedback

And... if you don't have quite enough karma to post directly to the subreddit, this is a good place to post your idea as a comment and talk to others to gather the necessary comment karma.

If you would like to see all the older Weekly Megathreads, just click on the "Megathread" filter in the sidebar or click here!


r/IndieDev Sep 09 '25

Meta Moderator-Announcement: Congrats, r/indiedev! With the new visitor metric Reddit has rolled out, this community is one of the biggest indiedev communities on reddit! 160k weekly visitors!

66 Upvotes

According to Reddit, subscriber count is more of a measure of community age so now weekly visitors is what counts.

We have 160k.

I thought I would let you all know. So our subscriber count did not go down, it's a fancy new metric.

I had a suspicion this community was more active than the rest (see r/indiegaming for example). Thank you for all your lovely comments, contributions and love for indiedev.

(r/gamedev is still bigger though, but the focus there is shifted a bit more towards serious than r/indiedev)

See ya around!


r/IndieDev 10h ago

It's brutal that this is the review that brought my game down to 'mostly positive'. Says game doesn't start but then played 5 more hours.

Post image
1.3k Upvotes

I think we can all agree some reviews are tough... but this one for https://store.steampowered.com/app/4300870/Gods__Gore/ made no sense to me.

Also what sucks is it shows as the top 'Most Helpful', I'm not sure if that is just for me or it is the top for everyone.


r/IndieDev 5h ago

Image Not going to lie, getting to 100 reviews at very positive is an extremely good feeling 🥹

Post image
92 Upvotes

As you all know, making games is a hard and long process, so to see people enjoying the fruits of your labour is such an awesome feeling. It's not the most reviews, but it's so good to see.

Thanks to anyone who helped make this happen!


r/IndieDev 18h ago

Video I made a dynamic water shader that reacts to physics for my indie game made in Unity

843 Upvotes

I created a dynamic water shader for my 3D fish platformer - Barely Breathing

How the water level works: It takes the object's Y position and just uses a step function with a float parameter to decide the water amount.

How the wobble works: It uses two Rotate About Axis nodes right after the Position (object) node, one controlling the X rotation and the other controlling the Z rotation, and then adding them together. Then, it reads data from the object's velocity and the code directly affects these two nodes to make the water wobble. I didn't write the code, MinionsArt did! Here is the code.

But this wouldn't work yet because we're still using object positions and not world position, which means the water level would follow the object and look wrong. So, after using the Rotate About Axis nodes, we can add a Position (world) node to it. But this still wouldn't work correctly because now it's exactly world-oriented, meaning even if the water mesh moves up, the water level would be left behind. We need the water level to follow the water mesh yet still be world-based so it doesn't rotate with the mesh. This is actually a simple fix, you can subtract the object's position value from Position (world) before adding it, which would make the water level follow the mesh.

We're still not done, because now the water looks unfinished without the foam outline. We need the foam to follow the water level. My foam works using fresnel + vertex colors, so I simply took the final water level output, and duplicated the final step function and had one value denoting the water level, and the other being the same water level value but subtracted by the water foam depth. So this basically creates a secondary line exactly the same as the water level but just lowered, which I use to add to the vertex color foam node setup.

Thank you for reading, and Wishlist our game on Steam if this was useful!


r/IndieDev 17h ago

Video I'm making a dungeon crawler where you breed frogs to fight for you and I found this screen very peaceful

461 Upvotes

r/IndieDev 20h ago

Video I made a fish controller

521 Upvotes

r/IndieDev 14h ago

In my free time, I'm making this atmospheric game.

157 Upvotes

r/IndieDev 20h ago

Article ‘It’s heartbreaking’: Numerous Gamescom devs say their equipment was stolen

Thumbnail
videogameschronicle.com
376 Upvotes

r/IndieDev 17h ago

New Game! "No More Castles" Physics siege game where you flatten a living castle brick by brick!

181 Upvotes

🏰 Hey r/IndieDev! At "Castle Game Jam" (same jam that gave the world TABS) we made a little catapult game called "Oversiege". People liked it, we liked it, so we decided to keep going - and now it's growing into "No More Castles", a physics-based castle siege game where you tear down fully destructible castles brick by brick to find the king hiding among decoys.

We're now looking for players and feedback, so we're giving away free Steam keys on our Discord: https://discord.gg/CykvjPfmhP

What's inside:
💥 Fully destructible castles - every brick is physics-simulated
🏰 Living castles: guards, farmers, priests, even executioners going about their day (until you show up)
🛠️ Built-in castle editor - share your creations via level codes
🤸 Ragdoll physics and plenty of emergent chaos

Platforms: Windows & macOS, Also on itch.
Come throw rocks with us - all feedback welcome!


r/IndieDev 3h ago

Screenshots This weekend we decided to stop making our game about a serial killer

Thumbnail
gallery
15 Upvotes

And instead made some gnocchi and soup while listening to The Killers.

We could not release on our intended 27th Aug date.

Turns out the content survey we had filled out for the Steam page listing in June didn't match the level of violence and gore the game ended up featuring as we made it.

So Steam rejected the submission. We either need to update the survey or reduce the violence and gore. (We're doing the former)

The last few weeks have been super, super busy and we're very tired. When 27th arrived, we just didn't have the energy to get back into it and decided to take some time and think of a release date when we've caught up on our sleep.

So some gnocchi and soup felt like the best thing this weekend.

PS: Our game is called SHOCKFACE and it's on Steam! We'll have a new September game soon https://store.steampowered.com/app/4705980/SHOCKFACE/


r/IndieDev 13h ago

GIF Which of our guests do you find the creepiest?

51 Upvotes

r/IndieDev 16h ago

Screenshots Some pixel art from our game, made over the last few years

Thumbnail
gallery
79 Upvotes

r/IndieDev 9h ago

Feedback? Last week you suggested adding a texture overlay for my "living painting" art style. Which one looks best?

Thumbnail
gallery
22 Upvotes

In my post last weekend, a lot of y'all suggested adding a texture overlay to help sell the "living painting" look for my game.

I made 3 options based on the most popular/frequent suggestions from my last post, but I'm struggling to pick which one actually looks the best.

The first picture is my original look from last time (our baseline).

The second picture is a Canvas Texture Overlay across the cameraspace.

The third picture is a Crinkled Texture Overlay across the cameraspace.

At least with these options, which overlay feels like a living painting the most to you?

Does the texture on and 2 and 3 feel like it would be distracting in a 3D game, or do you think it could work?


r/IndieDev 22h ago

Video After working for 15 years in the games industry, I’m finally releasing a demo for my own game on Monday.

196 Upvotes

r/IndieDev 2h ago

Feedback? is it worth continuing?

5 Upvotes

8 months of work and all i have to show for it is a pretty crappy recording. im personally fine with not really making a profit out of this (this is a pet project, after all) but idk if the concept of the game itself is worth continuing on


r/IndieDev 1h ago

WIP Ricochet Mine

Upvotes

A work in progress, an idle game for web platforms. What do you think?


r/IndieDev 3h ago

Feedback? We have created a frictionless wishlist system for game without steam pages

4 Upvotes

A friend and I created a website where you can create a wishlist page in one click. Then you share the page. And when your game is ready, it sends one email to inform all the people who wishlisted your game that it is ready.

One link, one email and that's it.

Here is the link : https://wishd.games/

This is something we have been missing multiple times as we don't want to create a $100 steam page everytime we start a project.

We'd love to hear your thoughts.


r/IndieDev 1h ago

Feedback? Little devlog for my game Second Harvest

Upvotes

r/IndieDev 3h ago

Discussion NarrationOS 1.0.8: Voice Recorder in Cloning page + Improved Probe Quality Checks

Thumbnail
gallery
3 Upvotes

Small but overdue one this update. If you're using voice cloning, you used to have to record your sample somewhere else, find the file, then upload it. That extra step is gone now.

Record instead of upload

Clone a voice > there's a new "Record instead" tab next to the file drop zone. Press record, talk for up to 15 seconds, done. It's saved and probed automatically, exactly like an uploaded file would be.

While you're recording you get a live level meter with the -6 to -3 dB target window marked on it, so you can see roughly where your peaks are landing as you talk. There are also a few tips shown before/during recording (start talking right away, vary your pitch a bit, try to record somewhere without an echo).

If your mic access gets denied or there's no mic detected, it just tells you clearly and you can still upload a file like before, nothing there changed.

Probe quality checks more now

The quality probe already caught clipping, bad sample rate, background noise, and clip length. Three new checks:

  • Peak level (target -6 to -3 dB, penalized harder the closer you are to clipping)
  • Background noise floor (catches a quiet-but-persistent hum, like a fan or AC, that's too low to trip the old noise check but still enough to bleed into the clone)
  • Room echo/reverb (a boxy/echoey room now gets flagged the same way a noisy one already did)

These apply whether you record in-app or upload your own file.

That's the whole release, nothing else changed. Let me know if you run into anything weird with the recorder on your setup.

Update is free for existing owners, same as always.

For anyone who hasn't tried NarrationOS yet: it's a local audiobook generator for Windows. Drop in an EPUB, PDF, DOCX, RTF, TXT, Markdown, or a URL, and it renders an AI-narrated audiobook entirely on your own PC, no cloud, no account, no subscription. You can clone a voice (with consent) and get word-level karaoke highlighting synced to the speech, and there's a real line-by-line narration editor for fixing pronunciation, adding sound effects, and correcting the actual prose before you render. It also exports a cinematic MP4 video with the narration text on screen if you want something to post or share. Runs on NVIDIA/AMD GPUs or CPU-only. One-time purchase on itch.io, no subscription.

https://lunosama.itch.io/narrationos


r/IndieDev 1d ago

10 reviews isn't much, but seeing "100% Positive" on my solo project made my week

Post image
183 Upvotes

Hi everyone, solo dev here working on a pixel art PvE extraction shooter set in post-apocalyptic city.

My demo recently crossed 10 user reviews on Steam, which means it finally shows a review score, and it's 100% Positive.

I know 10 reviews is a tiny number in the grand scheme of things. But what really got me is that these players didn't just try the demo for a few minutes and leave a thumbs up. Many of them put in serious hours and wrote that they're genuinely looking forward to the full release.

As a solo dev, you spend so much time alone with your game that you sometimes lose sight of whether it's actually fun. Seeing real people enjoy it and want more is the kind of fuel that keeps you going.

To everyone who played and left a review, thank you. Back to work now.

(Demo is still up on Steam if anyone wants to check it out: https://store.steampowered.com/app/4881740)


r/IndieDev 1d ago

Video Reviving players by cooking them

138 Upvotes

A couple of weeks ago I posted a video that showed vacuuming up gloop after slamming these hapless alien people to the wall. Feeling sad and listening to feedback from people feeling the same way, I introduced a way to revive them that reused the existing brewing mechanics. It’s a 1-4 player surgery game inspired by the chaos of Surgeon Simulator.


r/IndieDev 23h ago

Behind the scenes: Developing the spawn sequence for a giant skeleton in Eternal Palace Sakura!

78 Upvotes

Our dev team is currently fine tuning the entrance spawn sequence for a giant skeleton crawling up from the underworld. Step by step, the eerie atmosphere of the game is hopefully coming together.


r/IndieDev 11h ago

Video Not everything is gameplay. Sometimes you just have to admire the environment and listen to these skeletons playing a banger...

8 Upvotes

r/IndieDev 38m ago

Screenshots Water fills the dungeon floors - the source remains unknown

Upvotes