OPEN_SOURCE ↗
REDDIT · REDDIT// 1d agoPRODUCT LAUNCH
Spellwright turns prompts into combat spells
Spellwright is a browser-based game prototype that lets players describe a spell in text, generate it on the fly, and use it in a live 3D physics combat world. The creator says it is powered by Gemini 3 and built with ThreeJS and Colyseus, with support for up to 6 players plus VoIP. The site frames it as a step toward a fully generative game loop rather than a fixed-content arena.
// ANALYSIS
The interesting part here is not just “AI makes a spell,” but that the generated output is immediately used in a shared multiplayer combat space, which makes the demo feel closer to a playable system than a novelty prompt toy.
- –Prompt-to-spell generation is the core hook, and it maps AI output directly into gameplay.
- –The multiplayer layer matters: up to 6 players with voice chat turns it into a social sandbox, not a solo tech demo.
- –ThreeJS + Colyseus is a sensible stack for a fast web-first prototype with real-time state sync.
- –The obvious risk is balance and abuse; generative spell systems tend to create edge cases faster than designers can constrain them.
- –As a proof of concept, it is strong; as a competitive game, it will need hard rules, validation, and stronger guardrails.
// TAGS
ai-gaminggenerative-gameplaymultiplayerthreejscolyseusgeminiwebglvoice-chatphysics
DISCOVERED
1d ago
2026-05-01
PUBLISHED
1d ago
2026-05-01
RELEVANCE
9/ 10
AUTHOR
VirtualJamesHarrison