GUIDE #49
Blocked Grid
Blocked Grid is a territory claim on a 6×6 grid with 4 blocked cells. Take turns claiming empty cells — most cells when the board fills wins.
01 // CONTROLS
Controls
- Click an empty cell to claim it
- Blocked cells cannot be taken
02 // STEPS
Step by step
-
01
Open the game
From the arena roster, open this game’s play page.
-
02
Create or join a room
Host creates a room and shares the code. The second player joins with that code.
-
03
Both hit Ready
When two players lock in, the match starts instantly — no accounts needed.
-
04
Claim a cell
On your turn, click any empty square on the 6×6 board.
-
05
Avoid blocked cells
Dark / blocked squares are walls — they don’t belong to anyone.
-
06
Fill the board
Players alternate until every claimable cell is owned.
-
07
Majority wins
Highest cell count wins. Equal counts are a draw.
03 // EDGE
Pro tips
- Early corner and edge grabs can matter on small boards.
- Don’t mirror blindly — break symmetry when behind.