


Overview:
I developed a Texas Hold'em game from scratch. The game supports up to seven bots. I wrote the algorithm for the seven Yui LeBots using Python.
Features:
Yui LeBots make decisions based on the strength of their hole cards and the probability of winning.
The game requests the human player's actions, including betting, folding, and setting the bet amount.
It reveals the final winner and displays the remaining money for each player.
The game asks the human player to decide whether to continue playing or to quit.
Texas Hold'em with Yui LeBot