Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2024 Changes in this version + func Analyse_card_type(cards []byte) CARD_TYPE.TYPE + func Analyse_hand_type(player_cards []byte) HAND_TYPE.TYPE + func Dealer_pick_best_point(points []int) int + func Player_pick_best_point_to_compare(points []int) int + func Player_pick_best_point_to_query(hand_type HAND_TYPE.TYPE, points []int) int + func Point(card byte) int + func Points(cards []byte) (points []int, points_txt string)