edaxPlayPrint method
Print play.
example: after play f5d6c5f4d3, play_print prints
A B C D E F G H BLACK A B C D E F G H
1 - - - - - - - - 1 0:00.012 1 | | | | | | | | | 1
2 - - - . - - - - 2 6 discs 6 moves 2 | | | | | | | | | 2
3 - - . * . - - - 3 3 | | | | 5| | | | | 3
4 - . . * * O - - 4 ply 6 (55 empties) 4 | | | |()|##| 4| | | 4
5 - . * * O * . - 5 White's turn (O) 5 | | | 3|##|()| 1| | | 5
6 - - - O - . - - 6 6 | | | | 2| | | | | 6
7 - - - - - - - - 7 3 discs 8 moves 7 | | | | | | | | | 7
8 - - - - - - - - 8 0:00.000 8 | | | | | | | | | 8
A B C D E F G H WHITE A B C D E F G H
Implementation
void edaxPlayPrint() => _bindings.edax_play_print();