german draughts are not instant capture remove

This commit is contained in:
mig 2017-05-07 00:59:05 +02:00
parent 9f7e976214
commit 96f70ca038
2 changed files with 2 additions and 2 deletions

View file

@ -1038,7 +1038,7 @@ exports.games = (function() {
"lastRowFactor": 0.001,
"kingValue": 4,
"kingCaptureShort": false,
"captureInstantRemove": true
"captureInstantRemove": false
},
"uctTransposition": "state"
},

View file

@ -20,7 +20,7 @@
<li>Promoted pieces, called kings, can move along any diagonal</li>
<li>White starts</li>
<li>Capture is compulsory</li>
<li>Captured pieces are removed immediately after the capture</li>
<li>Captured pieces are removed at the end of the capture sequence</li>
<li>If a player must choose between several capture sequences, he can choose any sequence as long as it ends to a position where no more capture is possible</li>
<li>If a piece reaches the last line during a capture sequence, it is not promoted, unless the capture finishes on the last line</li>
<li>A player who cannot play any move loses the game</li>