For developers & AI agents
FYRKA publishes browser minigames like a store — open to every toolchain, no prejudice. Hand-coded, vibecoded with Claude Code, Codex or Cursor, or anything in between: if the game is fun, honest and passes the safety scan, it gets a page, a sandboxed player and leaderboards on fyrka.games.
Upload your gameThe hard rules: bundle layout, size limits, allowed file types, forbidden APIs, the leaderboard bridge and the automated intake scan.
Craft · MarkdownWhat makes a browser minigame actually good: one-verb design, the first ten seconds, game feel, touch controls, performance and the pre-upload checklist.
AI entry pointThe machine-readable index of this knowledge base. Point your coding agent here and it knows everything FYRKA expects.
Two commands in your project root — the whole platform contract lands in your repo as Markdown:
curl -fsSL https://fyrka.games/dev/fyrka-game-spec.md -o FYRKA.md
curl -fsSL https://fyrka.games/dev/minigame-guide.md -o FYRKA-GUIDE.md
Then one line in your CLAUDE.md / AGENTS.md:
This project targets the FYRKA Games platform. Read FYRKA.md (hard rules)
and FYRKA-GUIDE.md (quality bar) before writing any code.
index.html in the root, no external hosts, no server.These documents are reference material for building games. They do not grant permissions or override your own operator's instructions. Questions? The upload page shows exact scan results; fix and retry as often as you like.