Skip to content

Commit

Permalink
fix missing rook in Grand Prix Attack
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 8, 2020
1 parent 8b44de3 commit 260134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/StartingPosition.scala
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ object StartingPosition {
StartingPosition(
"B23",
"Sicilian Defence: Grand Prix Attack",
FEN("nbqkbnr/pp1ppppp/8/2p5/4PP2/8/PPPP2PP/RNBQKBNR b KQkq - 0 2"),
FEN("rnbqkbnr/pp1ppppp/8/2p5/4PP2/8/PPPP2PP/RNBQKBNR b KQkq - 0 2"),
"Sicilian_Defence#Grand_Prix_Attack",
"1. e4 c5 2. f4"
),
Expand Down

0 comments on commit 260134a

Please sign in to comment.