Skip to content

Program that evaluates the ranking of multiple poker hands based on community cards!

Notifications You must be signed in to change notification settings

mystica-l/poker-hand-evaluator

Repository files navigation

poker-hand-evaluator

Program that evaluates the ranking of multiple poker hands based on community cards.
This program prompts the user for the number of players, each player's hole cards, and the community cards before outputting what type of hand each player has!

How It's Made:

Tech Used: C++, Makefiles

This program evaluates the strength of the hands primarily through combinatorics. It creates every possible combination of 5 card hand based on the inputs given before finding the best one and saving it.
It even incorporates tie breakers through the use of an array that stores kickers.

Dependencies

gcc version 6.3.0

How to Run:

Step 1: Download a C ++ compiler such as MinGW Step 2: Run the following commands from the makefile:

make
make run

Step 3: Use the program!

About

Program that evaluates the ranking of multiple poker hands based on community cards!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published