RoastBeefer00 / chess-lib

Chess library written in Rust.
0 stars 0 forks source link

Be Able To Create Board With Set Of Moves #5

Open RoastBeefer00 opened 19 hours ago

RoastBeefer00 commented 19 hours ago

Need a function to be able to create a board with a set of moves to immediately play. This will be very useful for writing tests and could have other uses as well (like creating puzzles).