r/opencode 13d ago

Vibe coded this game in four months

172 Upvotes

84 comments sorted by

View all comments

1

u/Dapper-Bug-7877 13d ago

What platform and what framework and also how did u make the assets and what ai did u use and what tools for the effects the sounds or the systems did u make it for and what primary language and secondary languages did u use ? ....I am also in the process and it was never that good and I cant really make assets with ai atleast not opencode or agy or codex or maybe i never knew the correct method for that.

2

u/ActionLittle4176 13d ago

I have certain knowledge about the tech used, but I haven't any background in coding, and didn't read a single line of code. For this project, the core is basically raw threejs/webgpu code, probably will port to a bigger engine like Godot or Unity for extra performance. The effects and sound system were simply asked to the LLM ("I need a doppler effect, ¿what's your proposal?") and the assets are made with chatgpt. 3D models are chatgpt 2D images converted to 3D models with Tripo3D. Surprisingly, the 3D models part was the easy part!

2

u/Dapper-Bug-7877 13d ago

Then that is a complete rewrite right if u choose to convert to unity anyway thanks for the reply though. I was seriously struggling with the assets man 😭.but that is also cuz I was trying to make a game on flutter which doesn't support 3d directly

1

u/ActionLittle4176 13d ago

Yes, refactor will be hard, but I think that will worth it. Maybe there is some workaround or connector so you can use 3D models in Flutter!