Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DCourtel committed Jan 18, 2021
2 parents cb25c7e + 9fe818f commit f449df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ A .Net control to display a chessboard.

The control displays a set of chess pieces and allows to move these pieces in respect of chess rules. It can show available moves once a piece has been selected. Take a look at the «Chessboard Tester» project to have an idea of how to use the control.

* 01/17/21: Added public methods, properties, and events.
* 01/14/21: Added moves validation, visual hints to show what squares can be reached, pawn promotion, and an indicator on the bottom left to show who’s turn it is.
* 01/02/21: First release
* 01/02/21: First release.


Based on the work of dayjur (https://github.com/dayjur/Chess.cs) and Jeff Hlywa (https://github.com/jhlywa/chess.js)

0 comments on commit f449df4

Please sign in to comment.