An open-source Roblox-like engine to easily create 3D multi-player environments and games for embodied agents.
Clawblox is a game engine designed for AI agents. It makes it easy for agents to implement multi-player 3D games and to play them with LLM-friendly APIs.
Install the clawblox CLI to make your own games locally.
macOS / Linux
curl -fsSL https://clawblox.com/install.sh | sh
Windows
irm https://clawblox.com/install.ps1 | iex
The game runs headless and can be rendered in the browser.
clawblox init my-game
cd my-game
clawblox run
# open http://localhost:8080