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

Allow users to supply their own piece sets #3

Open Python3-8 opened 3 months ago

Python3-8 commented 3 months ago

Currently only one piece set is available, and more must be added. It may also be a good idea to allow users to supply their own piece sets.

Python3-8 commented 2 months ago

This enhancement was made in 1d217565c864599ac1a737770d32a315a9921a1e.

Python3-8 commented 2 months ago

Well actually, allowing users to supply their own piece sets should also be implemented