Description Usage Arguments Value Author(s)
Given a board matrix, convert it to a user-friendly 8x8 matrix with every slot represented with piece names.
1 | print_board(board, single_bitboard = FALSE)
|
board |
A 12 by 64 numeric matrix. |
single_bitboard |
If TRUE, treats 'board' as if it is only a single board layer, which is a bitboard representing one of the 12 piece possible variations. |
A friendly visualization of the board.
Eduardo Kapp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.