A minimalist color-mixing puzzle where you select tiles and watch them shift based on neighboring colors. Match the goal grid in as few steps as possible using R/G/B mixing rules that produce new colors. Quick to learn, satisfying to master.
- Tap any tile to see its valid color choices
- Choose a color to apply it — tiles can copy a neighbor's color or mix two neighbors together
- Match the Goal Grid in as few steps as possible
| Mix | Result |
|---|---|
| R + G | Yellow |
| G + B | Cyan |
| R + B | Magenta |
| R + G + B | White |
- Edge tiles always allow R, G, and B as inputs
- Interior tiles can copy a neighbor's color or mix adjacent neighbors
- Use Undo if you make a mistake
- Grid sizes from 2×2 up to 8×8
- Built-in tutorial covering all mechanics
- Local leaderboard — compete against your own best scores
- Colorblind-friendly design
- Mouse and touchscreen support
npm install
npm startRequires Node.js. Built with Electron.
- HTML / CSS / Vanilla JS
- Electron (desktop wrapper)