portnov / qcheckers

QCheckers, formely known as KCheckers, is a is a Qt version of the classic boardgame "checkers" ("draughts").
https://portnov.github.io/qcheckers/
GNU General Public License v2.0
6 stars 6 forks source link

German rules #15

Open MartinF99 opened 6 months ago

MartinF99 commented 6 months ago

Here's a quick description: normal pieces can only move forward, and can capture multiple pieces (only forward and not in the same direction). elevated pieces (dame) can jump multiple steps in any direction. Capturable pieces must be captured, if more than one move can capture a piece the one that captures more pieces has to be used. When capturing pieces with an elevated piece it is allowed to be placed any where behind the captured piece.

portnov commented 6 months ago

Hello. I see that you've forked this repo. Do you intend to implement this?

MartinF99 commented 6 months ago

Yes, I was thinking about it.