C# code to deal up to 8 players and evaluate the winning hand in a game of Texas Hold’em Poker. An additional R card added to the deck for reasons I won’t mention at this time. I’ve been studying some poker theory and writing out the logic for some AI. I may or may not post some of the finished work as I get there. I’m not sure yet. Anyways, this was a lot of fun. Since poker hands are so dynamic I had to create new code for most rank of hands to check if any players hold that specific hand. The text visuals displaying the C# results are made in the Unity Engine.












