Skip to content

Commit

Permalink
Add pieceToCharTable for grand
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab committed May 23, 2020
1 parent b1aec91 commit 098ba9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ namespace {
}
Variant* grand_variant() {
Variant* v = fairy_variant_base();
v->pieceToCharTable = "PNBRQ..AC............Kpnbrq..ac............k";
v->maxRank = RANK_10;
v->maxFile = FILE_J;
v->add_piece(ARCHBISHOP, 'a');
Expand Down

0 comments on commit 098ba9d

Please sign in to comment.