Difference between revisions of "Python-chess"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
= Documentation = | = Documentation = | ||
* https://python-chess.readthedocs.io/en/latest/ | * https://python-chess.readthedocs.io/en/latest/ | ||
+ | = Glossary = | ||
+ | == FEN Forsyth–Edwards Notation == | ||
+ | The [https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation Forsyth–Edwards Notation] describes a board position. | ||
+ | |||
[[Category:Chess]] | [[Category:Chess]] |
Revision as of 07:16, 27 December 2019
Click here to comment see PlayChessWithAWebCam
python-chess is a pure Python chess library with move generation, move validation and support for common formats. It is open sourced at https://github.com/niklasf/python-chess
Request for more detailed documentation
Documentation
Glossary
FEN Forsyth–Edwards Notation
The Forsyth–Edwards Notation describes a board position.