aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
AgeCommit message (Collapse)Author
2022-12-15feat: Construct ranked hand with descriptionPaul Harrison
Refactors rank test functions to retern details required for description, then return RankedHand from rank_hand function.
2022-12-15feat: Get hand rankPaul Harrison
Method to get rank of a given hand.
2022-12-15chore: Add coveragePaul Harrison
2022-12-15chore: Add helpful make commands and run lintingPaul Harrison
2022-12-15chore: Add linting configurationPaul Harrison
2022-12-15chore: Add Pytest configurationPaul Harrison
2022-12-15feat: Implement card and hand domain modelsPaul Harrison
2022-12-15chore: Initial project setupPaul Harrison