You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting free = true doesn't allow making moves that don't follow chess rules. We are implementing a board editor for creating chess puzzles and are in need of a "creative mode" for setting pieces to arbitrary squares.
Otherwise, great work!
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, you are right. I don't have much time to update the library but I think I have a solution for your project.
A board editor seems to be a little far from the initial goal of this library but you can extend the library, here is an example to make the free movements work
Setting free = true doesn't allow making moves that don't follow chess rules. We are implementing a board editor for creating chess puzzles and are in need of a "creative mode" for setting pieces to arbitrary squares.
Otherwise, great work!
The text was updated successfully, but these errors were encountered: