Skip to content

sanchitc05/kbc_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KBC (Kaun Banega Crorepati) Python Game

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!

Features

  • 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

Requirements

  • Python 3.12.2

How to Play

  1. Clone the repository to your local machine.
    git clone https://github.com/sanchitc05/kbc_game.git
    cd kbc_game
  2. Run the Python script.
    python kbc_game.py
  3. Answer each question by typing the corresponding option letter (A/B/C/D) and pressing Enter.

Questions and Answers

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!

Code Structure

  • kbc_game.py: The main game script containing questions, options, and logic for running the game.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments


Feel free to customize the content as per your specific needs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages