donkirkby / donkirkby/chess-kit
New Game: Chess Connect
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 4
Description
Starting with an empty board, add one piece at a time, power allowed based on number of pieces on the board. Capture permanent? Probably not. Goal is a chain of captures through your own pieces connecting opposite sides. Opponents connect perpendicularly. Start with kings, and win by capturing king or connecting opposite sides? Place on a space that one of your pieces could capture? Only capture by adding pieces, or choose between moving and adding?
| pieces | max power |
|----------|----------------|
| 1 - 3 | pawn |
| 4 - 6 | knight |
| 7 - 9 | bishop |
| 10 - 12 | rook |
| 13 - 15 | queen |
Contributor guide
Assessment
This issue has not been assessed yet.