▶ Play it here: https://dbolser.github.io/BitLab-Game/
An interactive game for kids to learn how computers count — built for a curious 11-year-old.
- Learn binary — bits as light switches, place-value columns labelled with powers of 2, and a live comparison with decimal (and hex, once you reveal it)
- Counter — watch binary tick from 0 to 255 and see each column's flip pattern
- Hex — nibbles, the 0–15 lookup table, and why programmers write
0xFFand0b1111 - ASCII — type text and watch it turn into bytes (with a hidden Unicode surprise 🤫)
- Secret codes — encode and decode messages in binary or hex
- 🎮 Play — four quiz levels with stars
Everything is a single self-contained index.html — no build, no dependencies. Open it locally or serve it with any static server.
Every push to main deploys to GitHub Pages automatically via .github/workflows/deploy.yml.