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
Fix HandValue Hi must be equal to Lo when Hi > 21 (#52)
* impl test case for #51
* return hi == lo when hi is over 21
* ref test cases to match the fix for #51
* upgrade version
* standard format
close#51
Signed-off-by: Marco Casula <[email protected]>
Impl getHigherValidValue (#50)
* impl test case for #49
* impl getHigherValidValue to ensure the higher valid number in `handValue`
* impl getHigherValidValue in `getPrize` fixes#49
Signed-off-by: Marco Casula <[email protected]>