A Rust monorepo for the Fuiz live quiz platform — real-time quiz games with multiple question types, team support, and leaderboards.
game/ — Game Engine
| Crate | Description |
|---|---|
game/logic |
Core game engine library (WASM compatible) |
game/server |
Self-hostable game server (actix-web) |
game/cloudflare |
Serverless deployment on Cloudflare Workers |
corkboard/ — Image Storage
| Crate | Description |
|---|---|
corkboard/logic |
Image processing library |
corkboard/server |
Self-hostable image storage server (actix-web) |
corkboard/cloudflare |
Serverless image storage on Cloudflare Workers |
Requires Rust 1.88+ (Edition 2024).
cargo buildTo run the game server locally:
cargo run -p fuiz-serverTo run the corkboard server locally:
cargo run -p corkboard-serverAGPL-3.0-or-later. See LICENSE.
Developed by Beyond Expiry.