Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 491 Bytes

ofc-calc-haskell

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