chess_interface 1.0.3
chess_interface: ^1.0.3 copied to clipboard
A chess interface for the chess engine with all basic functionalities like move, undo, redo, etc. and a chess board widget with custom themes.
1.0.0 #
- Initial release:
- Chess Board Interface with logical features including En-passant capture, checkmate, stalemate, undo history, redo history, FEN string initialization and conversion, and more.
- Chess Board Widget with custom themes.
1.0.1 #
- Added Arbiter class for promotion handler, game over handler and timeoute handler.
1.0.2 #
- Documentation