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

New Game: Neighbour Chess Solitaire #20

Open
1 of 4 tasks
donkirkby opened this issue Nov 20, 2023 · 1 comment
Open
1 of 4 tasks

New Game: Neighbour Chess Solitaire #20

donkirkby opened this issue Nov 20, 2023 · 1 comment

Comments

@donkirkby
Copy link
Owner

donkirkby commented Nov 20, 2023

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.

  • Add rules.
  • Add some examples.
  • Generate interesting problems to solve.
  • Simulate a bunch of games, and give quartile scores as targets.
@donkirkby donkirkby changed the title Neighbour Chess Solitaire New Game: Neighbour Chess Solitaire Nov 20, 2023
@donkirkby donkirkby pinned this issue Dec 7, 2023
@donkirkby donkirkby mentioned this issue Dec 9, 2023
8 tasks
@donkirkby donkirkby unpinned this issue Dec 9, 2023
@donkirkby
Copy link
Owner Author

Is #27 Chess Golf too similar to include both?

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