Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 403 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 403 Bytes

extreme poker hand kata :)

Using QuickCheck to generate hand for each category and an invariant property which test that any hand with a superior category should win.

Added typical unit tests for finding hand category but also for comparing the special cases of two players with the same hand category

If somebody has ideas to improve this code or propose new property invariants, don't hesitate !