AlexandreSanscartier / MoqWorkshop

Workshop for demonstrating unit testing using the Moq framework.
MIT License
0 stars 0 forks source link

Implement a scoring function for the poker hands. #1

Closed AlexandreSanscartier closed 3 years ago

AlexandreSanscartier commented 3 years ago

Right now we categorize the poker hands properly, but we don't have a good scoring function so it's impossible to know when two hands are equal which one beats which.

AlexandreSanscartier commented 3 years ago

Fixed in most recent commit.