Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Quiz Game (KBC) Game

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.

Game Rules

  1. The game consists of 10 questions, each with 4 multiple-choice options.
  2. Each correct answer earns the player $1,000.
  3. If the player answers incorrectly, the game ends, and the player's winnings are based on the number of correct answers.
  4. The player can answer up to 10 questions for a maximum prize of $10,000.
  5. The game ends immediately on a wrong answer.

How to Play

  1. Clone or download this repository.
  2. Run the kbc_game.py file in your Python environment.
  3. Answer each question by typing the correct option.
  4. The game will show your progress after each question and the total winnings after the game ends.

Example

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
=====================================================================================================
...

Future Enhancements

  • 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.

License

This project is open-source and freely available for use.


About

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.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages