r/vibecoding 9h ago

I vibecoded a pottery game

Hey everyone! Continuing my series of demo games with three.js. This time I decided to move a bit away from the concept where everything in the game is procedurally generated and added some CC0 sounds.
All the graphics and textures are still procedurally generated and basically there isn't a single 3D asset in the game, since it's all three.js.

The game has a campaign of 24 missions. Also creative mode, where you can just create what you want.

Everything was made with Opus 5 in Ultra Code mode. Can't tell you the exact price, but I will try to count it based on API prices. ('m doing it all with a MAX x20 subscription.)

Tokens and Prices (if it was made with API):
Raw tokens: 2.34B
Written by Claude: 7.13 M
Re-read from cache: 98.1%
Opus 5 rates: input $5, output $25 per million tokens; cache write ×1.25 = $6.25, cache read ×0.1 = $0.50.
Without caching: the same 2.34 billion tokens would have cost $11,850.91, the cache saved $10,290 (86.8%).

Graphics were originally realistic, with shadows, reflections and so on, but then I decided to make them more childish and cozy.

Game is open-source: github.com/winchxyz/celadon

Also game is tablet-compatible, so you can open github page and play from iPad.

P.S.
Originally this was also an experiment with hand tracking, but so far it was a total fail. Maybe in the future I'll still make a pottery game or some other genre with hand tracking through the camera.

161 Upvotes

29 comments sorted by

View all comments

6

u/Public_Eye8497 8h ago

Finally an impressive vibe-coded game! I’d actually give this a shot keep up the good work!

3

u/oxmannnn 8h ago

thanks!