python: Chess moves validation
Posted
by Oleg Tarasenko
on Stack Overflow
See other posts from Stack Overflow
or by Oleg Tarasenko
Published on 2010-05-18T19:46:28Z
Indexed on
2010/05/18
19:50 UTC
Read the original article
Hit count: 406
Hi,
Does anybody know if there is a free python chess moves validation function available somewhere?
What I need. I have a diagram stored as a string, and move candidate. What I need is to see if move candidate is valid for the diagram.
Would be really interested to see examples, if possible.
© Stack Overflow or respective owner