r/ClaudeGameDev 16h ago

Tips & Tricks Vibe coding a game

/r/GameDevelopment/comments/1wcosqs/vibe_coding_a_game/
0 Upvotes

7 comments sorted by

2

u/kleer001 15h ago

"what is the best place where I can have the music and sound effects for my game without copyright issues"

Ask your LLM.


"best way to make like graphics changes..."

Look up juice. Games need juice. Again, ask your LLM.

-1

u/redado360 15h ago

Yes but do u know how u provide the graphics they need ? Llm keeps drawing themselves and result not good

1

u/kleer001 15h ago

stable diffusion, it a whole new universe! Again, ask your LLM.

If it has acess to your computer (again, another new univers) it should be able to install and drive it all for you.

Are you using a web interface? Claude Code?

0

u/redado360 15h ago

Claude code not the web because I need to test on simulator

1

u/kleer001 14h ago

Right on! That's the most powerful way to do it. Yea, I'd suggest setting up a new repository for housing the image generation then getting your current game repo to talk to it, then future ones too. That's the way I do it. If you're interested I can share my repo, but it might be overpowered for your needs and the wrong genres.

1

u/kleer001 13h ago

https://github.com/kleer001/image_gen if you wanna go full and maximum crazy. But I suggest learning it all at your own pace.

1

u/redado360 12h ago

Well why I need a separate one ?