About this tile
Alquerque is a compact two-player capture game for Poe. The board is a 5x5 point lattice with every orthogonal line marked and diagonal lines through the traditional Alquerque intersections. Players move one piece at a time along marked lines, and jumps capture opposing pieces by leaping over them to an empty point.
Captures are compulsory, multi-jumps continue with the same piece, and a player wins by removing every opposing piece or leaving the next player with no legal move. The app includes a deterministic capture drill that loads a one-jump winning position for quick testing and practice.
The implementation uses synced-store for authoritative shared state, a Three.js board renderer with transparent click targets, and a mobile-first layout tuned for a 300x500 iframe.