Develop a command-line quiz game with multiple-choice questions.
- Initialize a Python project and set up a virtual environment.
- Create a list of questions and possible answers.
- Implement the game logic to:
- Present questions
- Check answers
- Track the user's score and provide feedback at the end of the quiz.
- Test the game with different questions and answers.
- Provide a guide on how to play the quiz game.
- Make a simple UI using Flask or Gradio.