This is a program for the Hold'em Poker game which has been written in C language.
- To design a simple and fun game to play with friends.
- To use this project to paly around with my current knowledge and further expand it whenever and wherever neccesary.
- This game of Hold'em Poker can be played by 2 to upto 10 players.
- The bets are made using points provided to each palyer at the beginning of the game.
- For a video tutorial on Hold'em Poker click here.
Enter the number of players:
Enter Your Name:
The above data will be collected before starting the actual game.
PLAYER | CARDS | POINTS REMAINING | MOVE PLAYED | BET |
---|---|---|---|---|
P1 | x x | 8000 | Small Blind | 2000 |
P2 | A spades, 7 diamonds | 7000 | Big Blind | 3000 |
P3 | x x | 10000 | Turn Pending | BET |
P4 | x x | 10000 | Turn Pending | BET |
P5 | x x | 10000 | Turn Pending | BET |
Dealer's cards
P2 Place Your Bet: 3000
Explaination
- The data in the above format will be displayed at all times during the game.
- Only the card values of the player who's turn it is will be shown and after entering their bet amount it will again be hidden.
- Depending on the round, the dealer's cards would be displayed before betting option.
- In the end the winner would be declared along with the points won.