Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderNekr committed Jun 5, 2022
1 parent e42dc40 commit 4e1dcf9
Show file tree
Hide file tree
Showing 18 changed files with 7,718 additions and 61 deletions.
2 changes: 0 additions & 2 deletions ChessLearnProgram/Chess/Pieces/ChessPiece.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public ChessPiece(Coordinate coordinate, string color)
ChessBoard.ChessBoardMatrix[coordinate.Column, coordinate.Row] = this;
}

public List<Coordinate> ValidMoves { get; } = new List<Coordinate>();

public int Clicks { get; set; }

/// <summary>
Expand Down
Binary file modified ChessLearnProgram/Chess/bin/Debug/Chess.dll
Binary file not shown.
Binary file modified ChessLearnProgram/Chess/bin/Debug/Chess.pdb
Binary file not shown.
Binary file not shown.
Binary file modified ChessLearnProgram/Chess/obj/Debug/Chess.dll
Binary file not shown.
Binary file modified ChessLearnProgram/Chess/obj/Debug/Chess.pdb
Binary file not shown.
109 changes: 52 additions & 57 deletions ChessLearnProgram/ChessLearnProgram/MainMenuForm.Designer.cs

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

2 changes: 0 additions & 2 deletions ChessLearnProgram/ChessLearnProgram/MainMenuForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ private void LessonsButton_Click(object sender, EventArgs e)
{
new HowToFiguresLesson().ShowDialog();
}


}
}
Loading

0 comments on commit 4e1dcf9

Please sign in to comment.