/game-challenge

C# Library to find Winner in a poker game.

Primary LanguageC#

Poker Hand Showdown Assessment Solution

C# Library to find Winner in a poker game.

Link to site

https://r97draco.github.io/game-challenge

OUT PUT



alt txt

Libraries required

  1. NET SDK armx64

How to start

  1. Clone or download the project.
  2. Dowload NET SDK armx64.
  3. Go to the project and type following in Terminal
    dotnet run

Basic Gist of the Algorithm :-

Create Players and assign their cards.
Check flush. continue if no winner found.
Check three of a kind? continue if no winner found
Check One pair. continue if no winner found at last we check Hishest card and resolve the Ties.