Welcome to KBC, a fun and interactive quiz game inspired by Kaun Banega Crorepati! Test your knowledge across science, history, geography, literature, and more with 20 challenging questions. π§ β¨
- The program displays one question at a time with four multiple-choice options (A, B, C, D).
- Input your answer by typing the letter corresponding to your choice (e.g.,
a
,b
,c
, ord
). - Correct answers increase your points exponentially! π
- A wrong answer on the first question ends the game with an encouraging message.
- Wrong answers after some progress let you keep your points earned so far. π°
- Answer all questions correctly to win the maximum prize! ππ
- Ensure Python 3 is installed on your system.
- Run the script via terminal or command prompt:
- Follow the on-screen questions and input your answers.
- Start with 1000 points for the first correct answer.
- Points double exponentially for each correct answer using:
points = 1000 * 2^i
wherei
is the question index (starting from 0). - Incorrect answers after the first question allow you to keep your current score.
Found a bug or want to add new questions? Feel free to open a pull request!
We welcome improvements, fixes, and enhancements to make KBC even better. Letβs build this quiz game together! π οΈβ¨
This challenge and code were created by Vishal Verma (Challenge given by CodewithHarry).
Enjoy playing KBC and boost your trivia skills! ππ§©