QLOBE Kids is a free, open-source library of tiny educational games for children aged 5–6. It runs entirely in the browser — nothing to install, no account, no ads, and no tracking. Every game is tablet-first, audio-rich, and designed so a pre-reader can play it on their own.
Games come in families. Each family holds a few short modes, and every mode teaches exactly one small skill — blending two sounds into a word, extending a pattern, ordering a three-part story. A round lasts about 30–90 seconds, there's no harsh "Game Over," and a wrong tap just gets a gentle nudge and another try. The approach blends Montessori concreteness, Kumon-style tiny repetitions, and a play-first spirit: hear it, see it, do it.
QLOBE Kids is meant to be extended. Point Claude Code at the repo, tell it what game you want, and build it together — no build step, no framework, just plain files you can read.
git clone https://github.com/kaigani/qlobe-kids.git
cd qlobe-kids
claude
# then, inside Claude Code:
/new-game
# …or just: "build me a counting game about farm animals"
To run the site locally, from the repo root: python3 -m http.server
then open http://localhost:8000/.
The design canon lives in the repo (GitHub Pages doesn't render Markdown, so these link to the source):
Code is MIT. Original assets and documentation are CC BY 4.0. Free to use, remix, and share — please keep attribution.
⬅ Back to the games