Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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