Skip to content

tinker-checkers

A polished 3D English draughts (checkers) game for TINKER, built with Three.js.

Screenshot

Highlights

  • Classic English draughts — play on a standard 8×8 board with mandatory captures, multi-jumps, and crowning
  • Play your way — local two-player mode or a computer opponent with Beginner, Steady, and Master difficulty
  • Thoughtful computer opponent — alpha-beta search powered by rapid-draughts
  • Tactile 3D board — detailed discs, lighting, move animations, speed lines, and orbit controls
  • Flexible controls — mouse, touch, keyboard, and WASD support with undo and move sound effects
  • Remembers your choices — mode and difficulty selections are saved automatically
  • Bilingual interface — English and Simplified Chinese

Installation

Play directly in browser, or install via TINKER: download from https://tinker.liriliri.io/, then run npm i -g tinker-checkers.

How to Play

  1. Choose local two-player mode or play against the computer, then select a difficulty.
  2. Click a piece to see its legal moves, then click a highlighted square to move.
  3. Use the arrow keys or WASD to move the cursor and confirm with Space or Enter.
  4. Drag the board to rotate the view, or use the right mouse button to pan.
  5. Press U to undo, R to restart, or Escape to open the menu. Black moves first; captures are mandatory.

Released under the AGPL-3.0 License.