Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 286 Bytes

File metadata and controls

9 lines (6 loc) · 286 Bytes

Problem 3

Implement game.

Desired Outcome

Running game should ask the user how many players (between 2 and 6). It should then deal out 7 cards to each player. It will then calculate the best 5-card hand for each player and declare a winner! Bonus for tests.