GRAND uses Riya's existing G plus four new adjacent squares โ all four flip to her color the moment she confirms.
The hook
Scrabble rewards vocabulary; Go rewards territory. Territory makes them the same move: on one shared letter grid, you claim a square by spelling a real word that touches your existing land and extends into new, adjacent tiles. Every play is simultaneously an offense (more squares for you) and a defense (fewer routes for your opponent) โ which means good Territory players aren't just finding words, they're reading the whole board the way a Go player reads a shape. It's a genuinely deep two-player duel that still fits on one phone screen in fifteen minutes.
A sample round
1 ยท The opener: Kabir claims KITE, four squares, first blood
2 ยท The tension: a claim gets challenged over the adjacency rule
3 ยท The payoff: STONE claims the last neutral row, 9 to 8
How a round plays
- Players alternate claiming squares by playing a real word using at least one letter from their own territory.
- Every new letter claimed must be adjacent to your existing territory โ no floating words across the board.
- Opponents can challenge any claim; an invalid word or illegal adjacency voids the play and passes the turn.
- Claimed squares change color permanently โ smart players build shapes that block the opponent's expansion routes.
- When the grid fills or no legal moves remain, whoever owns the most squares wins.
Why it's sticky
It's a rare combination: real vocabulary pressure (you need the word) plus real spatial strategy (you need the shape), so no single skill dominates. The adjacency rule means the board itself tightens as it fills โ early plays are wide open, endgame plays are surgical, and every challenge call adds a jolt of "wait, is that actually a word" drama. Random letter-grid seeding keeps every match fresh, and because it's always exactly one grid to fill, matches never overstay their welcome.
Modes
- Classic 1v1 โ full grid, no clock, challenge anytime.
- Timed Blitz โ a shrinking clock per move forces faster reads of the board.
- Grid Seeds โ a shared daily letter grid so two remote friends can compare territory scores like a daily puzzle.
Build notes
Size: L โ the most build-heavy concept in the Board Room, and worth being honest about why. The shared shell only covers the basics here: turn tracker, scoreboard, how-to-play screens. Everything else is bespoke: dictionary-backed word validation against the live grid, an adjacency graph to check every new square touches owned territory, a challenge-resolution flow, scoring/territory-count logic, and a random letter-grid generator tuned so grids are neither unwinnable nor trivially solved. It's still a plain JS module โ state in, state out โ which matters even more here: a move is just "word + placement," small enough to encode in a URL for a future async Territory match played over days instead of one sitting.