NikolayIT/TexasHoldemGameEngine

Proposal on comparing equal hands by rank type

Opened this issue · 0 comments

why not make 1 method comparing all cards if ranks are equal and returning result as soon as possible - hands should come with highest ranked cards first - it looks like it is so - not all of them - may be done easily - straight has to be reversed
in fact it may be a loop after the 2 ifs - not a separate method - me to do it?