bequbed / Song-Quiz-Game

Python code for a song quiz game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UPDATE: Stay Tuned for additional Quiz which will be added soon...

SongQuiz

An interactive Python program for a song quiz game with added features.

Features

  1. Timer for Each Question: Users must answer each question within a specified time to earn points.
  2. Difficulty Levels: Each song has an assigned difficulty level, influencing the point values.
  3. High Score Tracking: Keep track of the user's high score across multiple quizzes.
  4. Play Again Option: Users can choose to play again or exit after each round.

How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/song-quiz.git
  2. Navigate to the project directory:

    cd song-quiz
  3. Run the song quiz:

    python song_quiz.py
  4. Follow the on-screen instructions to guess the song titles and enjoy the enhanced song quiz experience!

Customization

You can customize the difficulty levels and song list by modifying the song_difficulty dictionary in the code.

song_difficulty = {"Song A": 3, "Song B": 2, "Song C": 1, "Song D": 3, "Song E": 2}

Feel free to adjust the difficulty levels and add more songs based on your preferences.

Contributing

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

  1. Fork the repository.

  2. Create a new branch for your feature or improvement:

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

    git add .
    git commit -m "Add your feature or improvement"
  4. Push the changes to your fork:

    git push origin feature-name
  5. Create a pull request on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Enjoy the enhanced SongQuiz experience! If you have any suggestions or find issues, feel free to contribute or create an issue.


About

Python code for a song quiz game


Languages

Language:Python 100.0%