Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-15 | feat: Construct ranked hand with description | Paul Harrison | |
Refactors rank test functions to retern details required for description, then return RankedHand from rank_hand function. | |||
2022-12-15 | feat: Get hand rank | Paul Harrison | |
Method to get rank of a given hand. | |||
2022-12-15 | chore: Validate hand length | Paul Harrison | |
2022-12-15 | feat: Ensure hand comprises unique cards | Paul Harrison | |
2022-12-15 | fix: Suit enum definition | Paul Harrison | |
2022-12-15 | chore: Add helpful make commands and run linting | Paul Harrison | |
2022-12-15 | feat: Implement card and hand domain models | Paul Harrison | |
2022-12-15 | feat: Implement auto-naming string enum | Paul Harrison | |
2022-12-15 | chore: Initial project setup | Paul Harrison | |