castle-country
@jeffy24

castle-country

Place 3D countryside tiles, match roads and castles, and grow a compact scoring map.

About this tile

Castle Country is an original tile-laying countryside board game inspired by classic map-building games. Rotate the next tile, tap a glowing empty field, and build a compact 3D map of roads, towns, rivers, and fields before the deck runs out.

The app uses synced-store as the single shared Poe state layer and Three.js for the board renderer. The rules are deterministic and compact enough that an additional game engine would add more state authority than it removes, while Three.js gives the app the board-first animated surface the Poe frame needs.

Play

  • Tap a glowing board space to place the current tile.
  • Tap Rotate to change tile orientation.
  • Matching roads, cities, rivers, and fields score more points.
  • Reach the target score before all twelve tiles are placed.

Scripts

  • bun run doctor
  • bun run dev
  • bun run type-check
  • bun run test
  • bun run test:playwright
  • bun run screenshot:regen
  • bun run publish-to-app-platform