Python3-8 / rschess

A Rust chess library with the aim to be as feature-rich as possible
https://crates.io/crates/rschess
MIT License
31 stars 4 forks source link

Add `undo_move` function #5

Closed DeveloperPaul123 closed 2 weeks ago

DeveloperPaul123 commented 1 month ago

It would be convenient to add a undo_move function that would undo a move played via make_move

Python3-8 commented 2 weeks ago

I have no idea why I didn't do this earlier haha, thanks for the suggestion!