six-mens-morris
@jeffy24

six-mens-morris

Play Six Men's Morris with synced turns, mills, captures, and a tactile 3D board.

About this tile

Six Men's Morris is a local two-player Poe app for the classic public-domain abstract strategy game. White and Black place six pieces each on a two-square Morris board, form mills by lining up three pieces, capture after mills, and then move pieces along board lines until one player is reduced below three pieces or has no legal move.

This implementation uses the standard placement, mill capture, and adjacent movement phases. It intentionally keeps the endgame simple and honest: pieces continue to move only to adjacent open points, with no flying rule when a player reaches three pieces.

The app uses synced-store for persistent shared game state and a Three.js board with touch-sized point controls, animated piece feedback, target highlights, capture hints, and a compact ? help overlay. It is tuned for Poe iframes, including 300 by 500 phone-shaped viewports.

Development

  • bun run doctor checks the local app toolchain.
  • bun run type-check runs TypeScript.
  • bun run test runs synced-store and happy-dom unit tests.
  • bun run build bundles the Poe app.
  • bun run test:playwright builds and runs Playwright E2E coverage.

This package is configured with Poe handle six-mens-morris and package name @boardgames/six-mens-morris.