dglez/poker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Readme
****************************************************************
* *
* THE INFORMATION BELOW IS ALSO ON EVERY FILE HEADER COMMENT *
* *
****************************************************************
---------------------------------------------------------------------
Programmer : Daniel Gonzalez
Date : 10/20/2016
---------------------------------------------------------------------
Program compilation:
The program can be compiled in one of the following method:
1.Open the terminal
Go to the program folder
Run the following command "make"
2.Open the terminal
Go to the program folder
Run the following command "gcc -Wall -w -lm Main.c Game.c Deck.c Card.c Player.c -o poker"
Program execution:
From the terminal enter “./poker [#Cards][#Players]"
Cards has to be 13 and Players less than 13