Python-chess: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 16: Line 16:


Given a FEN you can continue playing from that position.
Given a FEN you can continue playing from that position.
Example:
<html>
<html>
<iframe src="https://lichess.org/embed/XynYr4v1?theme=auto&bg=auto"
<iframe src="https://lichess.org/embed/XynYr4v1?theme=auto&bg=auto"

Revision as of 06:23, 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.

Examples:

Given a FEN you can continue playing from that position.

Example: