Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turkish draughts #178

Open
m0ksem opened this issue Mar 15, 2022 · 0 comments
Open

Turkish draughts #178

m0ksem opened this issue Mar 15, 2022 · 0 comments

Comments

@m0ksem
Copy link
Owner

m0ksem commented Mar 15, 2022

RULES
On an 8×8 board, 16 men are lined up on each side, in two rows. The back rows are vacant. A traditional Turkish draughts gameboard is mono-coloured. White moves first.
Men move orthogonally forwards or sideways one square, capturing by means of a jump; they cannot move or capture backwards or diagonally. When a man reaches the back row, it promotes to a king. Kings can move any number of empty squares orthogonally forwards, backwards or sideways. A king captures by jumping over a single piece any number of empty squares away, landing on any open square beyond the captured piece along a straight line.
If a jump is available it must be taken. If there is more than one way to jump, the one capturing the most number of pieces must be taken. If there is more than one way to capture the maximum number of pieces, the player may choose. Within a multicapture, turning 180 degrees between two captures is not allowed. Pieces are removed from the board immediately after being jumped. There is no distinction between king and man during captures; each counts as a piece.
A player wins if the opponent has no legal move, either because all his pieces are captured or he is completely blocked. A king versus single man also wins the game.

Observations

Unlike other draughts variants, since pieces in a multicapture are removed immediately after being jumped and before the captor continues jumping, as pieces are captured and removed, it is possible to cross a square previously occupied by a captured piece more than once, which can open up additional jumps previously impossible.

Without the rule whereby a player wins in the case of king versus a single man, the player owning the man could avoid capture indefinitely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant