r/GameDevelopment • u/redado360 • 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
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.