achi
@jeffy24

achi

Place three stones, then slide for a row in a polished 3D Achi board.

About this tile

Achi is a local two-player Poe app for a compact three-stone alignment game. Players place three black and white stones on a 3 by 3 board; if nobody wins during placement, they slide stones to adjacent points until someone makes a row.

The app uses synced-store for persistent round state and a Three.js scene for the board, stones, selected-piece markers, legal-slide highlights, and winning-line highlights. It is tuned for compact Poe iframes and very small 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 achi and package name @boardgames/achi.