GitHub - skorotkiewicz/lexino: A local word-domino game for two to four players.

GitHub

1 min read Original article ↗

A local word-domino game for two to four players. Play at one table or challenge the CPU.

An active Lexino game Player 1 wins with CREEK

Rules

  • Place a two-letter domino on the shared board.
  • Connect each new domino to an existing letter.
  • Keep every completed five-letter line valid.
  • Complete the first valid five-letter word to win.

See the valid five-letter words.

Draw when no domino fits. Pass when the boneyard is empty. If every player passes, the game is a draw.

Run

Check

bun run test
bun run check
bun run lint

Built with SvelteKit and Bun.