Project 05 of 06 / Interactive software
Sculpt Showdown
A multiplayer voxel sculpting game that runs in a browser tab, with sculpting tools written for this game rather than borrowed from a general purpose editor.
- Medium
- Browser game
- Rendering
- Three.js
- Period
- 2026 to now
- Status
- In development, playtest pending
The product
Make 3D creation immediate, competitive and shareable.
Most 3D tools ask for an install, an account and an afternoon before anything appears on screen. Sculpt Showdown puts several people in the same voxel scene from a link, with a short round and a shared result at the end. The interaction model is the product, so it is the part I built from scratch.
Technical stack
A short path from code to public playtest.
- TypeScriptApplication and game logic with typed interfaces.
- Three.jsBrowser based 3D scene and rendering.
- ViteDevelopment server and production build pipeline.
- Cloudflare PagesPreview deployment and web delivery.
Engineering focus
Build the tooling underneath the experience.
- Stay browser native. Three.js keeps the game one link away, which is the whole point of a short competitive round.
- Write the voxel tools for this game. The sculpting model is built around how a round actually plays rather than around a generic editor.
- Ship continuously. Vite and Cloudflare Pages keep the build and deploy loop short enough to test an idea the same day.
- Polish before scale. Visual quality comes first, so the first public playtest is judged on the game rather than on the rendering.
Current status
The current build is in visual polish. The playtest URL is not listed as a public release yet. Player counts, session length and findings will be published after the first open test.