This Python game is inspired by the famous quiz show "Quiz Game" (KBC), where players answer multiple-choice questions to win prize money. The total prize is $10,000, with each correct answer earning $1,000.
- The game consists of 10 questions, each with 4 multiple-choice options.
- Each correct answer earns the player $1,000.
- If the player answers incorrectly, the game ends, and the player's winnings are based on the number of correct answers.
- The player can answer up to 10 questions for a maximum prize of $10,000.
- The game ends immediately on a wrong answer.
- Clone or download this repository.
- Run the
kbc_game.pyfile in your Python environment. - Answer each question by typing the correct option.
- The game will show your progress after each question and the total winnings after the game ends.
Welcome to Quiz Game(KBC)
Game Rule: The total winning amount is $10,000; each correct answer contains $1,000. If you give any wrong answers, the game will end and you will only win money according to your correct answers
=====================================================================================================================================
Question 1: Who was the first President of the United States?
Options: 1) George Washington , 2) Imran Khan, 3) Obama, 4) Donald Trump
Answer: George Washington
Correct answer
Your Current Balance is: $1000
=====================================================================================================
Question 2: What is the capital city of France?
Options: 1) Paris , 2) New York, 3) Amsterdam, 4) Portugal
Answer: Paris
Correct answer
Your Current Balance is: $2000
=====================================================================================================
...- Lifelines: Add options like "50:50", "Phone a Friend", or "Ask the Audience".
- Randomized Questions: Shuffle questions for a more varied gameplay experience.
- Input validation: Ensure players can only enter valid answers.
This project is open-source and freely available for use.