Skip to content

Commit

Permalink
Merge pull request #33 from Thedoczek/master
Browse files Browse the repository at this point in the history
Add some variants and letter guide for them
  • Loading branch information
GHXX authored Jun 30, 2021
2 parents 28001c2 + c6bf3f7 commit ee0b8c5
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
29 changes: 28 additions & 1 deletion FiveDChessDataInterface/Resources/JsonVariants.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"Name": "Standard",
"Author": "Chess",
Expand All @@ -8,6 +8,33 @@
]
}
},
{
"Name": "Simple Set (6x6) - Turn Zero",
"Author": "Doczek",
"Timelines": {
"0L": [
null, "rnbqkr/pppppp/6/6/PPPPPP/RKQBNR", "rnbqkr/pppppp/6/6/PPPPPP/RKQBNR"
],
}
},
{
"Name": "Small Set (5x5) - Turn Zero",
"Author": "Doczek",
"Timelines": {
"0L": [
null, "kqbnr/ppppp/5/PPPPP/KQBNR", "kqbnr/ppppp/5/PPPPP/KQBNR"
],
}
},
{
"Name": "Very Small Set (4x4) - Turn Zero",
"Author": "Doczek",
"Timelines": {
"0L": [
null, "nbrk/pppp/PPPP/NBRK", "nbrk/pppp/PPPP/NBRK"
],
}
},
{
"Name": "Custom - Royalty War",
"Author": "Los Bros SPQR",
Expand Down
19 changes: 19 additions & 0 deletions FiveDChessDataInterface/Resources/VariantGuide.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Colors:
Uppercase - White
Lowercase - Black

Standard pieces:
P - Pawn
N - Knight
B - Bishop
R - Rook
Q - Queen
K - King

Fairy pieces:
U - Unicorn
D - Dragon
S - Princess
W - Brawn
C - Common King
Y - Royal Queen

0 comments on commit ee0b8c5

Please sign in to comment.