goldfire / pokersolver

Javascript poker hand solver.
MIT License
373 stars 93 forks source link

Are Jokers supposed to be evaluated in standard games? #6

Open notmessenger opened 7 years ago

notmessenger commented 7 years ago

When using Hand.solve([ 'Ad', '3s', '5c', '5h', '0r' ]) I was not expecting the Joker to have any impact on the hand, but instead the hand is evaluated as Three of a Kind, 5's.