14 Commits

Author SHA1 Message Date
055bd860b2 WIP implementing betting logic 2024-04-27 22:02:40 -04:00
bc1a7380f0 Impliment betting pot as hashmap, add implementation 2024-04-27 14:49:58 -04:00
a9e90bc447 Add ID to player trait 2024-04-27 12:27:23 -04:00
899edd7c7f Rewriting things based on traits! 2024-04-22 00:12:57 -04:00
6ab8839d6c wip 2024-04-19 20:04:58 -04:00
ca47f2df2b Add more tests 2024-03-23 23:31:55 -04:00
30a2280268 Write tests for hand_type and correct exposed bugs 2024-03-23 18:28:04 -04:00
55fbeb43a0 Finish implimenting PartialOrd for PokerHand 2024-03-23 13:50:38 -04:00
f707254b28 Impliment PartialOrd for TwoPair 2024-03-23 13:20:48 -04:00
7e2195c578 * Reorder PokerHand to be sorted highest first
+ Impliment PartialOrd for OnePair
2024-03-23 13:15:51 -04:00
23046cc5aa Finish tests for different hands 2024-03-23 11:30:24 -04:00
7d6643d30b Much work fleshing out cards and hands. 2024-03-22 22:59:42 -04:00
b01c5209f5 New features
+ Add check for straight flush
+ Add check for four of a kind
+ Add launch.json
2024-03-22 16:34:46 -04:00
Dylan Smith
5398e2b443 Learn about structs, implimentations 2024-03-22 12:02:37 -04:00