back | Go back in the game tree, reverting the last move from... |
board_color | Get information about the current board given a color |
board_is | Get information about the current board |
board_move | Get information about the current board given a move |
fen | Get FEN representation of board |
fish_configure | Configure and start Stockfish engine |
fish_move | Have Stockfish play the next move |
forward | Advance in the game tree, playing next move from current... |
game | Create a new game |
halfmove_clock | Get number of half-moves since the last capture or pawn move |
install_chess | Install python-chess |
move | Make moves and create variations |
move_number | Get number of move |
moves | Get all legal moves available |
nag | Parse Numeric Annotation Glyph (NAG) of a move |
note | Get comment for a move |
pgn | Get PGN for node of a game |
pipe | Pipe operator |
plot.chess.pgn.GameNode | Plot rendering of the board |
ply_number | Get number of ply |
print.chess.Board | Print board |
print.chess.pgn.GameNode | Print game node |
print.chess.pgn.Variations | Print a list of variations |
read_game | Read a game from a PGN |
result | Get result of the game ("*" if it hasn't ended) |
root | Get the root node of a game |
turn | Get whose turn it is |
variation | Follow variation of a move, playing its first move |
variations | Get all variations for next move (the children of current... |
write_game | Save a game as an PGN |
write_svg | Save an SVG with rendering of the board |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.