Small playground for Haskell. Fourth implementation of open-face chinese poker.
Documentation is here.
- Parse suit
- Parse value (rank of the card)
- Compare cards
- Parse combination
- Compare combinations
- Output as JSON
- Calculate user points
- Compare user points
- Is player scooped
- Is next hand fantasy
- Allow empty input as scoop
- Documentation
- Comments