-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[[source]] | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
svg-turtle = "*" | ||
python-chess = "*" | ||
cairosvg = "*" | ||
|
||
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.11" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: New Rules for Chess Kit | ||
subtitle: Experiments in Progress | ||
--- | ||
### Introduction | ||
These are new games that aren't ready yet. You can try them out and let me | ||
know what you think. | ||
|
||
## Table of Contents | ||
* [Cloak and Dagger Chess] is a game where you disguise your chess pieces as | ||
checkers, then try to identify your opponents pieces. (2 players, chess set, | ||
and checkers set) | ||
* [Chess 960] is a game designed by Bobby Fischer to mix up the game opening | ||
by randomly choosing your starting position. (Chess set and deck of cards) | ||
|
||
[Cloak and Dagger Chess]: #cloak-and-dagger-chess | ||
[Chess 960]: #chess-960 | ||
|
||
## Cloak and Dagger Chess | ||
Start with pawns in their regular positions, but replace all other pieces with | ||
numbered checkers. Then write down numbers and positions of other pieces. Pieces | ||
move normally, and you have to deduce which of your opponent's pieces are which, | ||
then capture their king. | ||
|
||
At the start of your turn, you may guess the identity of one of your opponent's | ||
cloaked pieces. If you guess correctly, you make two moves in the current turn. | ||
If you guess incorrectly, your turn is over. | ||
|
||
At the end of your turn, you may replace any number of your checkers with their | ||
uncloaked chess pieces. | ||
|
||
## Chess 960 | ||
https://www.mark-weeks.com/cfaa/chess960/c960strt.htm | ||
Deck of cards for spaces and pieces - https://en.wikipedia.org/wiki/Fischer_random_chess#Creating_starting_positions | ||
Castling rules use standard ending locations. | ||
|