Skip to content

Contains Craps game program code in C++, a README text file, and a makefile.

Notifications You must be signed in to change notification settings

BlazPocrnja/CS2010Lab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Author: Blaz Pocrnja

The following commands are to run the program from the Terminal window.


"make" or "make craps": : Allows you to compile and link the code into an executable.
"make clean" : Deletes .o files and executable file.
"make craps.o" : Allows you to only compile the code.
"./craps" runs the executable file.

When running the program simply type 'Y' or 'y' and enter to play craps, "N" or 'n' and enter to quit the program.

Github Repository URL: https://github.com/BlazPocrnja/CS2010Lab3.git

About

Contains Craps game program code in C++, a README text file, and a makefile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages