This Python project is a simple Quiz Game where players answer a set of questions to win the game. The game presents a random selection of questions from various categories, and players need to provide correct answers within a specified time limit chosen by the player.
-
Make sure you have Python installed on your machine.
-
Clone the repository "quiz_game-Aurore-CDOF2".
-
Open a terminal or command prompt and navigate to the directory where
app.pyis located. -
Run the command:
python app.py
-
Follow the on-screen instructions to answer the questions and complete the quiz.
If you'd like to contribute to the Quiz Game project, you can follow these steps:
-
Fork the repository on GitHub.
-
Clone your forked repository to your local machine:
git clone https://github.com/AurorePDSA/quiz_game-Aurore-CDOF2.git
-
Create a new branch for your changes:
git checkout -b feature-name
-
Make your changes and commit them:
git add . git commit -m "Add feature-name"
-
Push the changes to your forked repository:
git push origin feature-name
-
Create a Pull Request on GitHub, explaining your changes and why they should be merged.
-
Your Pull Request will be reviewed, and if everything looks good, it will be merged into the main branch.
Thank you for contributing!