You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to support short deck mode in OMP, i.e., remove 2-5, flush > full house, and A6789 is the smallest straight. Do I need to change the hash table, and how is HandEvaluator::RANKS[] defined? Is there a simple modification method?
Hello, I want to support short deck mode in OMP, i.e., remove 2-5, flush > full house, and A6789 is the smallest straight. Do I need to change the hash table, and how is HandEvaluator::RANKS[] defined? Is there a simple modification method?