3dvibegame.com
A 3d game where you create any object by text
The idea began with a question: What if an LLM can create any 3d object in an open world? And would that look like for players? Imagine in Minecraft or … where anybody you create your own car, jetpack, house or anything you can imagine. An trully open world.
How should we build this
The next question is how to build this. There are several options for a 3d game these days, from web and threejs to desktop games using game engines like Unreal or … Since I have a background on Web development, I decided to first see how build a 3d game for the web. I’ve never done a game and neither a 3d game or even a multi-player game – but since with AI coding I’ve been able to build mini desktop apps in rust, and CLI apps in go. I thought I’d give it a go with the help Codex and similar tools.
How does the game look like?

Here’s what it looks like when multiple people play. They can move around, change their avatar with AI or create or edit any objects.
There is basic collision engine between you and the objects but you can’t bump into other players. And there’s only one world. The idea is to add a lobby soon where you can create your own world and set different rules. Invite others and get crazy :)
Is it free?
Yes. Simply open 3dvibegame.com.
Is it Open Source?
Yes. The game is open source and available on GitHub.