A color-matching puzzle game built with Phaser 3.80.
Six faces appear in a row, each with a random color. Your goal is to arrange them in rainbow order from left to right:
Purple → Blue → Green → Yellow → Pink → Red
Click any face to change its color at random. Each face's expression tells you how close it is to the correct position:
- 😊 Smile — this face is the right color for its slot
- 😬 Grimace — this face's color belongs one slot away
☹️ Frown — this face's color is far from where it should be
Get all six faces smiling to win! Try to solve it in as few moves as possible.
Serve the project root with any static HTTP server (e.g. the VS Code Live Server extension) and open index.html in a browser. No build step required.
Art assets from the Shape Characters asset pack by Kenney Assets, with gratitude.