Skip to content

PokerHandzz is a console-based poker simulation program designed for analyzing poker hands and calculating win rates in real-time. The primary goal of the program is to simulate various stages of a poker game and offer insights into hand strengths and probabilities based on the state of the game.

Notifications You must be signed in to change notification settings

AgustinCode/PokerHandzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🃏 PokerHandzz

Banner Program

📖 Description

PokerHandzz is an console application poker game simulation featuring multiple players and different rounds: Preflop, Flop, Turn, River, and Showdown. The main objective of this program is to calculate the win rate of each hand in real-time during the game, based on various factors such as community cards and player hands.

Currently, the program runs in a console-based environment, simulating poker gameplay and displaying community cards and player hands as the game progresses.

🚀 Future Enhancements

  • Graphical interface for a more user-friendly experience
  • Advanced real-time win rate calculations for each player's hand

✨ Features

  • 🎲 Simulates poker rounds: Preflop, Flop, Turn, River, and Showdown
  • 🃏 Randomized card distribution to players
  • 👁️ Displays community cards and player hands during each round
  • 🔄 State management system to transition between different game phases

🛠️ Installation

Ensure you have a C++ development environment set up.

  1. Clone this repository:

    git clone https://github.com/your-username/PokerHandzz
  2. Navigate to the project directory:

    cd PokerHandzz
  3. Compile the program:

    g++ -o pokerhandzz main.cpp Game.cpp Player.cpp Hand.cpp Card.cpp -std=c++11
  4. Run the program:

    ./pokerhandzz

🎮 Usage

Once the program is running, it will automatically add players, deal hands, and progress through the poker phases (Preflop, Flop, Turn, River). The player's hands and community cards will be displayed during each phase.

Basic commands (when added):

  • Arrow Keys: Progress to the next game phase

🔮 Future Plans

Win Rate Calculation

We will implement real-time win rate calculations for each hand based on:

  • Visible player and community cards
  • Mathematical probabilities of hand improvement
  • Opponent hands and potential outcomes

Graphical User Interface (GUI)

A graphical interface will be added using a library like SFML or Qt to improve user experience and allow for a visual poker simulation.

🤝 Contributing

Contributions are welcome! To contribute to this project:

  1. Fork the repository
  2. Create a new branch for your feature: git checkout -b feature-name
  3. Make your changes and commit: git commit -m "Clear description of changes"
  4. Push your changes to GitHub: git push origin feature-name
  5. Create a Pull Request and explain your proposed changes

📄 License

This project is licensed under the MIT License. See the LICENSE file for more details.

📞 Contact

For any questions or suggestions, feel free to contact us via the GitHub repository or send an email to relaxingscript@gmail.com.


Made with ❤️

About

PokerHandzz is a console-based poker simulation program designed for analyzing poker hands and calculating win rates in real-time. The primary goal of the program is to simulate various stages of a poker game and offer insights into hand strengths and probabilities based on the state of the game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages