Binbo v3.0.0 Release Notes
Release Date: 2021-01-30 // over 3 years ago-
- In case of checkmate the functions listed bellow now return
{ok, {checkmate, white_wins}}
or{ok, {checkmate, black_wins}}
:binbo:game_status/1
;binbo:new_game/2
;binbo:move/2
;binbo:san_move/2
;binbo:index_move/3,4
;binbo:set_game_state/2
;binbo:load_pgn/2
;binbo:load_pgn_file/2
;binbo:new_uci_game/2
;binbo:uci_play/2,3
;binbo:uci_set_position/2
.
- In case of checkmate the functions listed bellow now return
Previous changes from v2.1.0
-
- ๐
movetime
option for functionsbinbo:uci_bestmove/1,2
andbinbo:uci_play/2,3
defaults to 1000 ms. - ๐ New functions:
binbo:get_pieces_list/2
;binbo:index_move/3,4
;binbo:set_game_winner/2,3
.
- ๐