@jeffy24
l-game
Move and rotate L pieces, shift neutral blockers, and trap the next player on a synced 4x4 board.
About this tile
The L Game
The L Game is a compact two-player abstract strategy app for Poe. It uses a synced 4x4 board, tactile Three.js pieces, large mobile tap targets, rotate and flip controls, and a deterministic no-move drill for learning the trap.
What you can do
- Move the L: Rotate or flip the active shape, then tap a glowing anchor on the board to place it.
- Shift blockers: After moving the L, move either neutral blocker to an empty square or end the turn.
- Play synced rounds: The shared synced-store game state keeps turns, pieces, blockers, and terminal wins consistent for everyone in the app instance.
- Practice a finish: Load the drill to complete a one-turn no-move trap and see how blocker placement decides the round.
Built on Synced-Store
The app stores the full board, turn phase, last move, and round outcome in synced-store, with focused unit and Playwright coverage for the terminal no-move state.