Binbo v3.0.0 Release Notes

Release Date: 2021-01-30 // about 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.

Previous changes from v2.1.0

    • ๐Ÿšš movetime option for functions binbo:uci_bestmove/1,2 and binbo: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.