wolf-and-sheep
@jeffy24

wolf-and-sheep

A mobile-first 3D Wolf and Sheep duel where four sheep trap one escaping wolf.

About this tile

A compact Poe board-game app for the classic asymmetric Wolf and Sheep chase. Four sheep advance across the dark squares of an 8x8 board while one wolf tries to break through to the sheep home edge.

The app uses synced-store for shared multiplayer state, Three.js for the board and animated pieces, and touch-sized HTML controls layered over the rendered board so every legal square is easy to tap on a phone. The bottom controls include a new-round action plus deterministic trap and wolf-escape drills that set up one-move terminal positions.

Rules

  • Sheep move first and step one dark square diagonally forward.
  • The wolf steps one dark square diagonally in any direction.
  • Sheep win when the wolf has no legal move.
  • The wolf wins by reaching the sheep home edge or by moving behind every sheep.
  • Open seats can be claimed, and open-side moves remain playable for quick local rounds.

Development

``bash bun run doctor bun run type-check bun run test bun run build bun run test:playwright ``

Regenerate the listing screenshot with:

``bash bun run screenshot ``