- Notifications
You must be signed in to change notification settings - Fork0
This is a simple simulator of deck of cards from 1 to 52. There are functions for shuffling the deck and viewing the cards
License
NotificationsYou must be signed in to change notification settings
arunumd/Cards-Simulator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple simulator of deck of cards from 1 to 52. There are functions for shuffling the deck and viewing the cards
Arun Kumar Devarajulu
The project is licensed with an MIT License
- You have CMake build system (Version 3.2.1 or later);
- You have Ubuntu 16.4 LTS or later;
- You have C++ 11 compiler on your Ubuntu;
- You have git version control installed for making a git pull;
The directory/include contains the header file for the Cards class.
The directory/src contains the source and implementation files for the Cards class.
Please copy paste the following commands in your Ubuntu terminal :
cd Documentsgit clone https://github.com/arunumd/Cards-Simulator.gitcd ~/Cards-Simulatormkdir buildcd buildcmake .. && makeapp/cards-task
Later, please follow on-screen instructions on how to navigate through the program.