checkers
@jeffy24

checkers

A polished local two-player checkers game with synced state and a Three.js board.

About this tile

A Poe app workspace for classic local two-player checkers. The app renders the board and pieces with Three.js, keeps the current round in synced-store, and supports legal move highlighting, mandatory captures, chained captures, king promotion, terminal-state detection, and a compact help panel.

What you can do

  • Play red against black on the same device or shared Poe app instance.
  • Select pieces, view legal destinations, capture opposing pieces, and crown kings on promotion.
  • Start a new round or concede the current turn from the compact bottom controls.

Built on Synced-Store

The game state lives in a single synced-store table entry, so the same game round can be observed consistently by multiple Poe clients. Mutators validate moves against shared checkers rules before updating the authoritative board.