← Back to work

Supporting work · Deployed web application

Dicee

Family-friendly multiplayer game for mobile browsers

Live public deployment dicee.games →

Summary

Dicee is a family-friendly multiplayer dice game that runs in a mobile browser without an app install. Its game engine is written in Rust and compiled to WebAssembly.

The deployed system combines a SvelteKit interface with Cloudflare Durable Objects and WebSockets for real-time room state.

Strongest proof

Both the live deployment and the public source are available for review.

Technical decision

The rules engine is written in Rust and compiled to WebAssembly, while Cloudflare Durable Objects and WebSockets coordinate real-time room state across browser clients.

Current limit

The public evidence supports the architecture and live delivery. It does not establish traffic, latency, or general performance at scale.

Technical shape

Game engine

  • Rust game logic compiled to WebAssembly.
  • Browser delivery without a native app install.

Real-time application

  • SvelteKit frontend.
  • Cloudflare Durable Objects and WebSockets for multiplayer coordination.
  • Supabase for persistent data services.