adrielp / playDrawPoker

CLI Poker Game in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play_Draw_Poker

This is a simple program that plays a draw poker game. You're dealt 5 cards then you get to choose which cards to keep

  • and which cards to give up. Then you get new cards and your payout is set based on the value of your hand. You're then given
  • the option to continue.

To Run the Program

Open the Debug Folder Run the playPokerGame.exe Read the instructions in the CLI Terminal to play the game.

About

CLI Poker Game in C.


Languages

Language:C 77.0%Language:Makefile 23.0%