Skip to content

Commit

Permalink
Merge pull request #249 from TheYoBots/patch-1
Browse files Browse the repository at this point in the history
Correct mistakes in quotes
  • Loading branch information
WandererXII committed Mar 30, 2021
2 parents ec15e3e + e3abe60 commit d4097e9
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions modules/quote/src/main/Quote.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ new Quote("Aim at floating pieces", "Traditional"),
new Quote("Aim at the King's ears", "Traditional"),
new Quote("An attack with four pieces won't fail", "Traditional"),
new Quote("Approach the King by surrounding him", "Traditional"),
new Quote("Atokin on 5c cannot lose", "Traditional"),
new Quote("A tokin on 5c cannot lose", "Traditional"),
new Quote("Attack is the best defence", "Traditional"),
new Quote("Attack with Rook, Bishop, Silver and Knight", "Traditional"),
new Quote("Beware of too skilful lines", "Traditional"),
Expand All @@ -43,10 +43,9 @@ new Quote("Defend against major pieces by drawing them closer", "Traditional"),
new Quote("Defend the King with three generals", "Traditional"),
new Quote("Don´t be afraid to sacrifice major pieces", "Traditional"),
new Quote("Don't be afraid to sacrifice Rook or Bishop", "Traditional"),
new Quote("Don't put King and Rook close toget", "Traditional"),
new Quote("Don't put King and Rook close together", "Traditional"),
new Quote("Don't put the King on the Bishop's diagonal", "Traditional"),
new Quote("Don't run from a fork", "Traditional"),
new Quote("Don't run from a fork", "Traditional"),
new Quote("Drive the King to the back rank", "Traditional"),
new Quote("drop a pawn on the focal point", "Traditional"),
new Quote("Drop a silver at the King's belly", "Traditional"),
Expand All @@ -57,11 +56,11 @@ new Quote("Drop where your opponent wants to drop", "Traditional"),
new Quote("Early escape is worth eight moves", "Traditional"),
new Quote("Entice the Gold diagonally forwards", "Traditional"),
new Quote("Exchanging the Rook Pawn has three advantages", "Traditional"),
new Quote("Against the Yagurathe joining Pawns attack", "Traditional"),
new Quote("Against the Yagura the joining Pawns attack", "Traditional"),
new Quote("Hisshi(brinkmate)is better than mate", "Traditional"),
new Quote("If there is mate with a Pawn drop, there is a legal mate too", "Traditional"),
new Quote("If there's a loose piece, you won't be stuck for a move", "Traditional"),
new Quote("If you do n't have a move,push the edge Pawn", "Traditional"),
new Quote("If you don't have a move, push the edge Pawn", "Traditional"),
new Quote("If you have three pawns, joining pawn and dangling pawn", "Traditional"),
new Quote("In a slow game the Bishop has the leading part", "Traditional"),
new Quote("In Bishop Exchange, don't push the central Pawn", "Traditional"),
Expand Down Expand Up @@ -94,9 +93,9 @@ new Quote("Use the Silver like a plover (moving zig-zag)", "Traditional"),
new Quote("Vulgar move may be brilliant", "Traditional"),
new Quote("With a Gold on your back rank, you-can sacrifice the Rook", "Traditional"),
new Quote("With a watchtower Bishop there is bound to be a brilliant move.", "Traditional"),
new Quote("With three Knights in handthere must be a mate", "Traditional"),
new Quote("With three Knights in hand there must be a mate", "Traditional"),
new Quote("With three Pawns in hand, a joining Pawns attack or an edge attack", "Traditional"),
new Quote("Without attackthere's no chance of winning", "Traditional"),
new Quote("Without attack there's no chance of winning", "Traditional"),
new Quote("Without Gold in hand there is no defence", "Traditional"),
new Quote("Without Pawns the game is lost", "Traditional"),
new Quote("55 is a strategic point", "Traditional"),
Expand Down Expand Up @@ -127,8 +126,8 @@ new Quote("Before dropping a Knight move it one square back", "Traditional"),
new Quote("Better a Pawn than a tempo.", "Traditional"),
new Quote("Beware the peeping Bishop", "Traditional"),
new Quote("Bishops and Knights are weak in the head", "Traditional"),
new Quote("Bringthe Horse back to camp", "Traditional"),
new Quote("Castle befor you fight", "Traditional"),
new Quote("Bring the Horse back to camp", "Traditional"),
new Quote("Castle before you fight", "Traditional"),
new Quote("Checks don't pay", "Traditional"),
new Quote("Common sense is not absolute", "Traditional"),
new Quote("Defend the head of the Bishop with a Gold", "Traditional"),
Expand All @@ -137,7 +136,7 @@ new Quote("Don't answer traps with traps", "Traditional"),
new Quote("Don't fear major pieces in front of their Pawns", "Traditional"),
new Quote("Drive the King back for an easier mate", "Traditional"),
new Quote("Drop major pieces at a distance", "Traditional"),
new Quote("Drop Pawn agains Pawn to recover position", "Traditional"),
new Quote("Drop Pawn against Pawn to recover position", "Traditional"),
new Quote("Endgames are won on confidence", "Traditional"),
new Quote("Even Rooks and Bishops can be sacrificed", "Traditional"),
new Quote("Every floating piece leaves a chink in your armour", "Traditional"),
Expand Down Expand Up @@ -206,7 +205,7 @@ new Quote("Two Lances are better than one", "Traditional"),
new Quote("Watch the files where Pawns can be dropped", "Traditional"),
new Quote("Watch the opposing Rook", "Traditional"),
new Quote("Watch what the opponent is aiming at", "Traditional"),
new Quote("When all else fails,interpose", "Traditional"),
new Quote("When all else fails, interpose", "Traditional"),
new Quote("When there is a floating piece there is always a move", "Traditional"),
new Quote("When you have found the best move look for a better one", "Traditional"),
new Quote("When your opponent plays on the right, look left", "Traditional"),
Expand All @@ -220,7 +219,7 @@ new Quote("With Static Rook against Static Rook keep a Gold beside the Bishop",
new Quote("All features for free; for everyone; forever.", "lishogi.org"),
new Quote("We will never display ads.", "lishogi.org"),
new Quote("We do not track you. It's a rare feature, nowadays.", "lishogi.org"),
new Quote("Every chess player is a premium user.", "lishogi.org"),
new Quote("Every shogi player is a premium user.", "lishogi.org"),
new Quote("I never lose. I either win or learn.", "Nelson Mandela")
)

Expand Down

0 comments on commit d4097e9

Please sign in to comment.