About this tile
Mini Quoridor is a compact two-player race across a 5 by 5 board. Each turn, move your pawn toward the opposite edge or spend one of your limited walls to slow the other player without cutting off every route.
What you can do
- Race across the board: Gold starts on the south edge and Teal starts on the north edge.
- Place legal walls: Horizontal and vertical two-segment walls block lanes but must leave both players a path.
- Use jump rules: Pawns can jump an adjacent opponent, or step diagonally around them when a straight jump is blocked.
- Track the match: The app persists turns, wall counts, round score, and the last action with synced-store.
- Play in small frames: The layout is tuned for phone-sized Poe iframes and 300 by 500 viewports.
Development
bun run doctorchecks the local app toolchain.bun run type-checkruns TypeScript.bun run testruns synced-store and happy-dom unit tests.bun run buildbundles the Poe app.bun run test:playwrightbuilds and runs Playwright E2E coverage.bun run regenerate-screenshotrebuilds and updatesassets/screenshot.png.
This package is configured with Poe handle mini-quoridor and package name @boardgames/mini-quoridor.