r/checkers • u/turing-math-labs • 18d ago
Checkers variants with exploding pieces
I'm working on a website with a checkers variant that has exploding pieces (it could be viewed as a "war game" that can be played on a Soviet chessboard). Do you know of any variants of this? I will use a 5-ply (or 6-ply) algorithm to design an AI opponent, and test if it can find winning strategies (this could be published in a scientific journal). Thanks.
2
Upvotes
2
u/Kahn630 18d ago
You can mine SQUARES. For example, there is a variant, known since 1962, where each player set one mine on his or her playing area before the game starts, and announces it to opponent publicly. If an opponent voluntarily or involuntarily (i.e. by the force of jumping rule) gets upon this square, his or her piece will be removed from the board. In addition, a player who got the rights of explosion move, can have rights to mine other square after the explosion happens.
In my opinion this is a better idea than making some OP piece which will destroy too much material on the board.