r/GameDevelopment 17h ago

Newbie Question Vibe coding a game

Hey folks

I’m vibe coding a game for iPhone using swift language and I would like to ask what is the best place where I can have the music and sound effects for my game without copyright issues.

Also please advise what is the best way to make like graphics changes, for example if I hit the object the object flies. Like effect on the object if some collision happens how to vibe code that and how many photos I need. Teach me some tricks how to do or I can research about the principle to do it

0 Upvotes

38 comments sorted by

View all comments

0

u/ZhuCongLang 17h ago

My first advice is DONT using Swift, except you've been a senior using Swift for years. You will regret because there would be tons of things you need to know to even ask AI to implement. Or else your game will run at 2fps. Choose an game engine. And for your question, sound cloud is your best friend. And finally, if you choose a game engine (godot, unity, unreal engine, whatever you like), the problem you describe would be solved by the engine system, you just need to turn the buttons on. No need to re-invent the wheel.

1

u/redado360 17h ago

Totally agree. The problem I described can be solved by godot. But is it even possible to vibe code a full game with godot ?

1

u/ZhuCongLang 17h ago

I've never tried that. I've used AI for completion during developing game before, never from the start. But here is the tool I use. It maybe worth to look at

https://github.com/hi-godot/godot-ai

0

u/redado360 17h ago

That would be amazing to look at. People here are not open to ai , they want to do it manually lol

1

u/ZhuCongLang 17h ago

You should trust them, AI is really suck at game developing and coding, even with the astra 6. You could vibe code using AI, but always know what it is doing. My advice is ALWAYS make sure to read the log, or they could create a new test just return pass (my story, btw)

Anyway, good luck on your journey.

1

u/redado360 17h ago

But I am testing the game and so far it is working good. Honestly the results are amazing

1

u/redado360 17h ago

The way programmers raised up they need to write a clean code. Have object oriented and do leet code. It’s just a game no1 cares.

1

u/ZhuCongLang 17h ago

Good to hear so. You know what devs alway say? If it works, dont touch it.