https://github.com/donkirkby/chess-kit
Chess Games You Don't Have to Study
https://github.com/donkirkby/chess-kit
board-games chess hidden-information-game zombies
Last synced: 6 months ago
JSON representation
Chess Games You Don't Have to Study
- Host: GitHub
- URL: https://github.com/donkirkby/chess-kit
- Owner: donkirkby
- License: mit
- Created: 2023-06-10T15:02:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-21T05:37:00.000Z (9 months ago)
- Last Synced: 2025-06-21T06:27:53.168Z (9 months ago)
- Topics: board-games, chess, hidden-information-game, zombies
- Language: Python
- Homepage: https://donkirkby.github.io/chess-kit/
- Size: 28.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess Kit: Chess Games You Don't Have to Study
I am not a strong chess player - it's always seemed to me more like study than
play. However, I do like the ideas in chess: a ragtag army of pieces with
different moves, battling to protect their king. I wondered if I could take
those ideas that many players are already familiar with, and mix them together
with some newer game mechanics from the last 500 years of board game design.
This collection contains chess games I've designed with hidden information,
bluffing, deduction, role selection, and yes, zombies. They can all be played
with a standard chess set and common items like pencil and paper, coins, and
playing cards.
Hopefully, serious chess players can enjoy these as a light break between
regular chess games, and new chess players can use them as a gentler
introduction to the classic game. Players of different chess abilities that
might find a game of regular chess frustrating may enjoy exploring these games
together.
* [Zombie Chess][zombie-chess] is a game where you bury each piece you
capture under one of your pieces. If you move off a buried piece, it
comes back from the dead as a zombie. (2 players, chess set, coins,
pencils, and paper)
* [Masquerade Chess][masquerade-chess] is a combination of chess and
deduction games like Mastermind. Pieces move regularly, except when
they capture. Start the game by choosing which capture moves each of
your opponent's pieces will use, then try to deduce how each of your
pieces can capture. (2 players, chess set, pencils, and paper)
* [Two Move Chess][two-move-chess] makes both players simultaneously
choose two pieces to move each turn, but choosing the same piece
cancels out. (2 players, chess set, and deck of cards)
* [Adrenaline Chess][adrenaline-chess] adds power ups to chess. (2
players, chess set, and checkers set)
* [Tar Pit Chess][tar-pit-chess] uses cards and checkers to trap your
opponent in tar. (2 players, chess set, checkers set, and deck of
cards)
* [Chess Golf][chess-golf] makes players race to plan the best route,
as the pieces caddy each other around the board. (1 or more players,
chess set, deck of cards, timer, coins, pencil and paper)
* [Crowded House][crowded-house] is the only four-player game I know
of on a standard chess set. (4 players and chess set)
* [Cooperative Chess][cooperative-chess] lets you play together
against the game. (2 players, chess set, and deck of cards)
* [Half Alice Chess][half-alice-chess] moves pieces through the
looking glass to a parallel universe after each move. (2 players,
chess set, and checkers set)
* [Chess960][chess960] is a game designed by Bobby Fischer to mix up
the game opening by randomly choosing your starting position. (2
players, chess set, and deck of cards)
* [Synchronous Chess][synchronous-chess] makes both players write down
a move, then move at the same time. (2 players, chess set, paper and
pencil)
[zombie-chess]: https://donkirkby.github.io/chess-kit/rules.html#zombie-chess
[masquerade-chess]: https://donkirkby.github.io/chess-kit/rules.html#masquerade-chess
[two-move-chess]: https://donkirkby.github.io/chess-kit/rules.html#two-move-chess
[adrenaline-chess]: https://donkirkby.github.io/chess-kit/rules.html#adrenaline-chess
[tar-pit-chess]: https://donkirkby.github.io/chess-kit/rules.html#tar-pit-chess
[chess-golf]: https://donkirkby.github.io/chess-kit/rules.html#chess-golf
[crowded-house]: https://donkirkby.github.io/chess-kit/rules.html#crowded-house
[cooperative-chess]: https://donkirkby.github.io/chess-kit/rules.html#cooperative-chess
[half-alice-chess]: https://donkirkby.github.io/chess-kit/rules.html#half-alice-chess
[chess960]: https://donkirkby.github.io/chess-kit/rules.html#chess960
[synchronous-chess]: https://donkirkby.github.io/chess-kit/rules.html#synchronous-chess
If you're interested, you can read my [design journal]. If you're brave, you can
read about [experiments] in progress ([PDF]).
[design journal]: https://donkirkby.github.io/chess-kit/journal/
[experiments]: https://donkirkby.github.io/chess-kit/new_rules.html
[PDF]: https://donkirkby.github.io/chess-kit/new_rules.pdf