bits_to_square | Find out which square is represented in a bitboard |
create_empty_board | Define Empty Board |
find_bishop_attacks | Find set of bishop attacks |
find_knight_attacks | Find set of knight attacks |
find_queen_attacks | Find set of queen attacks |
find_rook_attacks | Find set of rook attacks |
get_occupied_squares | Get Occupied Squares |
lookup_piece_name | Piece lookup table |
move_piece | Move a Piece |
print_board | Print board to user |
square_to_bits | Generate a bitboard representation of a square |
start_board | Set board to initial state |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.