Cur8 games - The Platform Is the Game
🎮 Most platforms host games.
We wrote one that behaves like one.
https://games.cur8.fun
Cur8 games runs on a custom codebase: FastAPI backend, Vanilla JS frontend, sandboxed iframes, SDK layer 🛠️.
Games live in their own boxes 🏰, while XP, quests, and multipliers flow above like invisible currents 🌊.
[PLAYER]
│
▼
[Mini-Game] 🕹️
│ ↘ events ↙
▼
[PROTOCOL] 🔗
│
▼
[PLATFORM] ⚡ XP | Quests | Progression
Daily quests change the platform state:
- XP rises 💥
- Leaderboards update 📊
- Progress accumulates 🚀
Every interaction adds to the system state, not just the score 💾.
The repo shows clear rules & boundaries:
✂️ Backend / Frontend separated
🛣 Explicit endpoints
📝 Game registration logic
🏰 Sandbox between execution and orchestration
No heavy engines, no asset scaffolding, no pixel nostalgia. Just clean, readable code that runs the system 😎.
🕹 Mini-Games & Platform Dynamics
Mini-games are modules, the platform handles:
[PLAYER] 👣
│
▼
[Mini-Game] 🕹️
│
▼
[SYSTEM] ⚡ reacts, updates, multiplies
Shots, XP, quests — every action flows into the platform state ⚡.
Interactions happen inside a world written directly in code 🖋️.
Cur8 = playable platform
Code = the map 🗺️



Very nice grafic report 🤖