Description Usage Arguments Value
Get information about the current board given a move
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | gives_check(game, move, notation = c("san", "uci", "xboard"))
is_en_passant(game, move, notation = c("san", "uci", "xboard"))
is_capture(game, move, notation = c("san", "uci", "xboard"))
is_zeroing(game, move, notation = c("san", "uci", "xboard"))
is_irreversible(game, move, notation = c("san", "uci", "xboard"))
is_castling(game, move, notation = c("san", "uci", "xboard"))
is_kingside_castling(game, move, notation = c("san", "uci", "xboard"))
is_queenside_castling(game, move, notation = c("san", "uci", "xboard"))
|
game |
A game node |
move |
Move to consider |
notation |
Notation used for |
A boolean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.