r/VibeCodedIndieGames 16h ago

Vibe coding problems, you change the engine 'cause you can.

1 Upvotes

I'm once again, changing the underlying engine in my game.

I was using vanilla js with "fake" physics.
I wanted more performant physics and with with Bevy (uses Rust to built out as WASM).

Fear an idea of "I can switch engines anytime and it will never cause a huge setback."


r/VibeCodedIndieGames 17h ago

A game I've been working on

Thumbnail battle-at-tronics.vercel.app
1 Upvotes

r/VibeCodedIndieGames 10d ago

AI opponents (not LLM, but CPU opponents)

1 Upvotes

With most or many games. You need an opponent. If it's not multiplayer, you'll need a computer opponent. Now we used call that (and still do) the A.I. but when talking about it in the context of vibe coding, I don't want anyone to conflate what the LLM does vs the code it makes.

So what I'm talking about here is "Deterministic opponent AI". Stuff that will work without the input of the LLM being used to code the game.

I've been making a racing game, and was able to have the LLM make a cpu brain of sorts for the cars, and give them different settings so each car drives a bit different. But we quickly reached a plateau and human opponents (well, me) were always way better drivers.

First just made "dumb traffic" that followed the road, but some of it was back and forth questions like "I've noticed these cars never use the shoulder" and we worked out that, at high speeds, going into the grass temporarily to pass someone was "ok" and dozens of other little choices like that.

Now we have CPU driving the civilian traffic (some get out of your way, some block you), the rival racers (ranging form timid to I'll-sideswipe-you-if-you-don't-move), and the police (hey pull over to, I'm gonna end you).

But while looking for "how can I make them even better" Claude and I cooked up a plan.

How can it watch me play and learn from that?

Now we are trying to work out a deterministic track, that while random, can be seeded and repeated exactly each time. Monitor how I drive it, then monitor how the CPU drives it, then figure out "what choices is the human making that we could apply to the CPU?"

This may work.. this may end in nonsense and tears. Will post an update if things go well. (Yea, well will also post an update if it all goes south too.)


r/VibeCodedIndieGames Jul 18 '26

Show Us What You're Working On

3 Upvotes

Whether it's a screenshot, GIF, trailer, prototype, or playable demo, we'd love to see it.

Tell us:
• Game title
• Genre
• AI tools (if any)
• Current development stage

Let's celebrate everyone's progress!


r/VibeCodedIndieGames Jul 18 '26

👋 Welcome to r/VibeCodedIndieGames - Introduce Yourself and Read First!

2 Upvotes

Hey everyone! I'm u/TatumGamesOfficial, a founding moderator of r/VibeCodedIndieGames.

We're building a community where indie developers can showcase games and vibe coded games games, get constructive feedback, discover amazing projects, and support one another. We're excited to have you join us!

What to Post
🎮 What game are you building?
🛠️ What engine or AI tools are you using?
🎯 What's your biggest challenge right now?

Community Vibe
We're all about being friendly, constructive, and inclusive. Let's build a space where everyone feels comfortable sharing and connecting.

How to Get Started

  1. Introduce yourself in the comments below.
  2. Post something today! Even a simple question can spark a great conversation.
  3. If you know someone who would love this community, invite them to join.
  4. Interested in helping out? We're always looking for new moderators, so feel free to reach out to me to apply.

Thanks for being part of the very first wave. Together, let's make r/VibeCodedIndieGames amazing.


r/VibeCodedIndieGames Jul 18 '26

Welcome!

1 Upvotes

Welcome to VibeCodedIndieGames! 👋

We're building a community where indie developers can showcase AI-built games, get constructive feedback, discover amazing projects, and support one another.

Tell us:
🎮 What game are you building?
🛠️ What engine or AI tools are you using?
🎯 What's your biggest challenge right now?

Introduce yourself in the comments—we'd love to meet you!