Welcome to the KBC (Kaun Banega Crorepati) Python game! This is a simple command-line quiz game inspired by the popular Indian TV show, Kaun Banega Crorepati. Test your knowledge with a series of multiple-choice questions and see how many you can get right!
- 10 multiple-choice questions
- Immediate feedback on correct or incorrect answers
- Score tracking through the money you win
- You can QUIT the game anytime you want
- All the money levels are as according to KBC
- Python 3.12.2
- Clone the repository to your local machine.
git clone https://github.com/sanchitc05/kbc_game.git cd kbc_game
- Run the Python script.
python kbc_game.py
- Answer each question by typing the corresponding option letter (A/B/C/D) and pressing Enter.
The game includes a set of 10 questions, each with four possible answers. The correct answer is provided after each question.
Example question:
Q1: What is the capital city of France?
A) Berlin
B) Madrid
C) Paris
D) Rome
Enter your answer (1/2/3/4): 3
Correct!
kbc_game.py
: The main game script containing questions, options, and logic for running the game.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Inspired by the TV show Kaun Banega Crorepati
- Created by Sanchit Chauhan
Feel free to customize the content as per your specific needs.