Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arodr967/gameofstudpoker
A C program which simulates a game of Stud Poker, using the DeckOfCards program.
https://github.com/arodr967/gameofstudpoker
Last synced: 19 days ago
JSON representation
A C program which simulates a game of Stud Poker, using the DeckOfCards program.
- Host: GitHub
- URL: https://github.com/arodr967/gameofstudpoker
- Owner: arodr967
- Created: 2015-11-10T23:51:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T23:14:48.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T19:47:56.527Z (over 1 year ago)
- Language: C
- Size: 27.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameOfStudPoker #
A C program which simulates a game of Stud Poker, using the DeckOfCards program.---
The initial DeckOfCards program belongs to Paola Jiron.
As a team, we collaborated in perfecting the DeckOfCards program for the continuation of the GameOfStudPoker.### How to compile and link files for execution ###
Please use the following to compile (this will work on any OS):
gcc main.c suit.c pokerhand.c suit.h
Please use the following to execute the program successfully:
./a.out
-------
### ___References___ ###
- http://www.pokerlistings.com/poker-hand-ranking
- http://www.pokerlistings.com/poker-rules-7-card-stud