This Java-based Poker Odds Calculator Bot is designed to help users calculate the odds of a winning hand in Texas Hold'em poker, post-flop, post-turn, and post-river. The bot takes user input for known cards and calculates the probabilities of winning based on the current state of the game.
- Odds Calculation: Calculates the odds of winning after the flop, turn, and river.
- User Input Handling: Allows users to input known cards and updates odds in real-time.
- Java Implementation: Built with Java for robust and efficient performance.
To use the Poker Odds Calculator Bot, follow these steps:
- Start the program by running the driver.
- Enter the known cards when prompted:
- Enter cards in the format
RankSuit(e.g., AH for Ace of Hearts, 10C for Ten of Clubs).
- Enter cards in the format
- Receive odds calculations after each phase (post-flop, post-turn, post-river).