Card Guessing Game is a game developed in C++ environment, the basic idea is to check the recalling power of users.
Here is the flow:-
- Users will be shown three cards.
- Each card will contain a randomly generated identifiers.
- The cards will then get dissappear and then you will be shown some data about some randomly generated number.
- Then you will be shown the identifier and then asked about the card number.
- If you have guessed it correct then your recalling power is good otherwise you have to see it.
- OOPs
- Strings
- Arrays
- STL
- Functions
- Amay Raj Srivastav
- Anjali Singh
- Aakriti Gupta
- Choose an editor of your choice
- Fork the repo and clone it
- Open the cloned file in your editor.
- Then run it.
Then g++ main.cpp
Then ./a.out
And you are good to go...
To run in Windows, open command prompt and then move to project file, cd path/to/project/folder
Then g++ main.cpp
Then .\a.exe
And you are good to go...