Animated Move Breakdown
This page shows a static, self-contained SVG animation of a classic crossword-style move. It highlights tiles as they are placed, shows per-letter scores, applies a word multiplier, and then reveals the total. No JavaScript is required; it’s pure SVG animation.
Tip: Also see Scoring & Validation for rules and details.
Scenario: place READ across row 4, touching existing tiles. Only newly placed tiles take letter bonuses.
Here, the center cell is a 2× word multiplier. Letters score 1+1+1+2 = 5, then ×2 → 10 total.
This is a simplified example for illustration. The engine supports multiple formed words (main + cross), bingo bonuses, and per-tile letter bonuses applied to newly placed tiles only.
Accessibility note: The SVG includes a title and description for screen readers. The animation is time-based and completes in under 4 seconds; the final state remains visible.