Skip to content

Keziah1/quiz_game-Aurore-CDOF2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Game

Description

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.

How to Run the Project

  1. Make sure you have Python installed on your machine.

  2. Clone the repository "quiz_game-Aurore-CDOF2".

  3. Open a terminal or command prompt and navigate to the directory where app.py is located.

  4. Run the command:

    python app.py
  5. Follow the on-screen instructions to answer the questions and complete the quiz.

How to Contribute

If you'd like to contribute to the Quiz Game project, you can follow these steps:

  1. Fork the repository on GitHub.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/AurorePDSA/quiz_game-Aurore-CDOF2.git
  3. Create a new branch for your changes:

    git checkout -b feature-name
  4. Make your changes and commit them:

    git add .
    git commit -m "Add feature-name"
  5. Push the changes to your forked repository:

    git push origin feature-name
  6. Create a Pull Request on GitHub, explaining your changes and why they should be merged.

  7. Your Pull Request will be reviewed, and if everything looks good, it will be merged into the main branch.

Thank you for contributing!

About

The player answers a number of questions to try and win the game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%