Simple, general knowledge game, created with the intention of entertaining and teaching people.
- The game is divided into three difficulty levels: Easy Level, Medium Level, and Hard Level..
- Results menu at the end, with various information about the finished game.
- The game combines fun with learning, making it easier to memorize and learn several topics.
Do you have any other ideas? Feel free to Contribute! 😉
Before you start, you will need to have the following tools installed on your machine: Git.
Besides this it is good to have an editor to work with the code as: VSCode.
Sequence of Steps - Using GitBash:
- Create a folder where the files will go, you can do this using the command
mkdir Folder_Name
. - In GitBash, use the command
cd Folder_Name
to get into the folder. - Still in GitBash, use the command
git clone /~https://github.com/Pedro0901/Questions-And-Answers.git
to clone the repository. - After that the files go straight into the folder you created and you can run the program or make changes to the code.
Alternative method:
Inside the repository, go to "Code" and select the "Download zip" option. After the download you should extract this .zip file, using some program like WinRar to unzip it.
Simply click on the file "Questions_and_Answers.exe" and run it.
-
In the repository are present the .exe files, which are nothing more than the already compiled application, and also the .cpp file, which is the program's source code.
-
If the program is not running, I recommend that you deactivate your anti-virus program, because since it is a program created by someone else, the anti-virus can accuse it as a virus even though it is not.
-
This game was created just to put some things I learned in practice, it is not ready and I intend to improve it (a lot) in the future.
Ps: This game was created in July, 2020.
The following technologies were used in the construction of this program:
This project is under the license MIT.
Made with ❤️ by Pedro Dantas. Get in touch!