Skip to content

Commit

Permalink
Disabled pawn in rook practice
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderNekr committed Jun 5, 2022
1 parent 6372ee8 commit 93bafe7
Show file tree
Hide file tree
Showing 9 changed files with 6,284 additions and 83 deletions.
1 change: 0 additions & 1 deletion ChessLearnProgram/ChessLearnProgram/ChessBoardForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ private void LoadRookPracticeScene()
var whitePawn = new Pawn(new Coordinate(2, 2), "White");
new King(new Coordinate(0, 1), "White");
whiteRook.Click += this.Rook_Click;
whitePawn.Click += this.WhitePawn_Click;

// Black pieces.
new Rook(new Coordinate(5, 2), "Black");
Expand Down
157 changes: 75 additions & 82 deletions ChessLearnProgram/ChessLearnProgram/SettingsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 93bafe7

Please sign in to comment.