Skip to content

Commit

Permalink
Merge pull request #130 from arex1337/patch-2
Browse files Browse the repository at this point in the history
Correcting the name of a KID opening line
  • Loading branch information
ornicar committed Sep 18, 2017
2 parents e9698c0 + c958e34 commit db0787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/opening/FullOpeningPart2.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,7 @@ new FullOpening("E69", "King's Indian Defense: Fianchetto Variation, Classical M
new FullOpening("E70", "King's Indian Defense: Accelerated Averbakh Variation", "rnbqk2r/ppp1ppbp/3p1np1/6B1/2PPP3/2N5/PP3PPP/R2QKBNR b KQkq"),
new FullOpening("E70", "King's Indian Defense: Kramer Variation", "rnbqk2r/ppp1ppbp/3p1np1/8/2PPP3/2N5/PP2NPPP/R1BQKB1R b KQkq"),
new FullOpening("E70", "King's Indian Defense: Normal Variation", "rnbqk2r/ppppppbp/5np1/8/2PPP3/2N5/PP3PPP/R1BQKBNR b KQkq"),
new FullOpening("E70", "King's Indian Defense: Normal Variation", "rnbqk2r/ppp1ppbp/3p1np1/8/2PPP3/2N5/PP3PPP/R1BQKBNR w KQkq"),
new FullOpening("E71", "King's Indian Defense: Makogonov Variation", "rnbqk2r/ppp1ppbp/3p1np1/8/2PPP3/2N4P/PP3PP1/R1BQKBNR b KQkq"),
new FullOpening("E72", "King's Indian Defense: Normal Variation, Deferred Fianchetto", "rnbqk2r/ppp1ppbp/3p1np1/8/2PPP3/2N3P1/PP3P1P/R1BQKBNR b KQkq"),
new FullOpening("E72", "King's Indian Defense: Pomar System", "rnbq1rk1/ppp2pbp/3p1np1/4p3/2PPP3/2N3P1/PP2NPBP/R1BQK2R b KQ"),
Expand All @@ -1758,7 +1759,6 @@ new FullOpening("E76", "King's Indian Defense: Steiner Attack", "rnbq1rk1/ppp1pp
new FullOpening("E77", "King's Indian Defense: Four Pawns Attack", "rnbq1rk1/ppp1ppbp/3p1np1/8/2PPPP2/2N5/PP2B1PP/R1BQK1NR b KQ"),
new FullOpening("E77", "King's Indian Defense: Four Pawns Attack, Florentine Gambit", "rnbq1rk1/pp3pbp/3p1np1/2ppP3/2P2P2/2N2N2/PP2B1PP/R1BQK2R b KQ"),
new FullOpening("E77", "King's Indian Defense: Four Pawns Attack, Normal Attack", "rnbq1rk1/pp3pbp/3ppnp1/2pP4/2P1PP2/2N2N2/PP2B1PP/R1BQK2R b KQ"),
new FullOpening("E77", "King's Indian Defense: Six Pawns Attack", "rnbqk2r/ppp1ppbp/3p1np1/8/2PPP3/2N5/PP3PPP/R1BQKBNR w KQkq"),
new FullOpening("E77", "King's Indian, Six Pawns Attack", "r1bq1rk1/pp4bp/2nppnp1/2p5/2P1PPPP/2N5/PP2B3/R1BQK1NR b KQ"),
new FullOpening("E78", "King's Indian Defense: Four Pawns Attack, Fluid Attack", "rnbq1rk1/pp2ppbp/3p1np1/2p5/2PPPP2/2N2N2/PP2B1PP/R1BQK2R b KQ"),
new FullOpening("E79", "King's Indian Defense: Four Pawns Attack, Exchange Variation", "r1bq1rk1/pp2ppbp/2np1np1/8/2PNPP2/2N1B3/PP2B1PP/R2QK2R b KQ"),
Expand Down

0 comments on commit db0787e

Please sign in to comment.