-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
29 lines (21 loc) · 971 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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