Added
- Moves can now be undone on the Game instance
- AI module with random AI implemented
go
command to order the AI to make a moveauto\_go
config option to have the AI go immediately on its turn- Functions and commands to get the FEN and partial PDN of a game
move history
function and command to get previous moves made in the gamemove undo
function and command to undo previous movesrewind
function and command to get a board's previous stateexit
command to safely exit the bot
Fixed
- Fixed a bug where pieces won't promote properly at the end of a capture chain
Changed
- Major refactoring, fix most clippy style errors
To see the full changelog of every version prior to this one, see CHANGELOG.md.