Skip to content

Cervus23/checkers

Repository files navigation

Checkers

Its a web version of board game called Tablut

Demo

http://checkers-demo.s3-website.eu-central-1.amazonaws.com/

Rules

  1. Tablut is played on a board of 9×9 squares.

  2. There are 25 pieces: a king and his eight defenders, and sixteen attackers. These are placed in the shape of a cross with serifs, as in the diagram.

  3. Pieces move any distance orthogonally, not landing on nor jumping over other pieces on the board.

  4. No piece may land on the central square, called the "castle", not even the king once he has left it.

  5. A piece other than the king is captured when it is surrounded orthogonally on two opposite squares by enemies. The king can pair up with a defender for the purpose of capturing attackers.

  6. A piece may also be captured between an enemy and the empty castle.

  7. When in the castle, the king is captured by surrounding him on four orthogonal sides with attackers.

  8. When stood beside the castle, the king may be captured by surrounding him on the remaining three sides with attackers.

  9. Elsewhere on the board, the king is captured as other pieces.

  10. If the king when in the castle is surrounded on three sides by attackers, and on the fourth by a defender, the defender may be captured by surrounding it between an attacker and the king.

  11. The king wins the game on reaching any square at the edge of the board. The attackers win if they capture the king.

  12. The game is drawn if a position is repeated, if a player cannot move, or if the players otherwise agree it.

About

checkers on React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published