donkirkby / chess-kit

Chess Variants With a Twist
https://donkirkby.github.io/chess-kit/
MIT License
1 stars 0 forks source link

New Game: Neighbour Chess Solitaire #20

Open donkirkby opened 7 months ago

donkirkby commented 7 months ago

No captures, try to get all the pieces into one connected group. You move using the move of one of your neighbours. Pieces without neighbours can't move.

Start by randomly generating a layout. Maybe a deck of red and black cards from 2 to 6, red shifts files and black shifts ranks. Another deck of red and black piece types, choosing which pieces to drop, excluding pawns. If you land on an occupied square, you may choose any empty square in the surrounding 8.

You decide when to stop. One point for every unused piece.

Diagonal connections count. Only get moves from neighbours of the same colour.

donkirkby commented 6 months ago

Is #27 Chess Golf too similar to include both?