About this tile
Portrait Parade is an original deduction board game for Poe. One portrait is the hidden friend, and players use trait clues to narrow the parade before tapping the suspect card directly.
The app uses synced-store for authoritative state and Three.js for the bright portrait board, raised cards, folding eliminations, and aligned tap grid. A separate board-game engine is unnecessary because the clue and guess rules are compact, deterministic, and covered by local mutator tests.
Features
- Tap portraits directly: every open portrait card is a large aligned touch target.
- Ask concise clues: reveal accessory, hobby, and color hints for the hidden friend.
- Read the board visually: wrong guesses fold down with a bold slash while open suspects stay bright.
- Mobile-first layout: the real board dominates the screen, scores live at the top, and frequent actions stay at the bottom.
- Practice the finish: the drill loads a final-guess state for repeatable E2E tests and screenshots.