Skip to content

50calDhruv/HoldemPoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Hold'em Poker


Description:

This is a program for the Hold'em Poker game which has been written in C language.

Goals:

  • 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.

Specifications:

  • 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.

Design:


Enter the number of players:

Enter Your Name:


The above data will be collected before starting the actual game.


Round Name

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages