Skip to content

The Kaun Banega Crorepati (KBC) Python program is a console-based quiz game where players answer multiple-choice questions to win virtual prize money. It features a 50-50 lifeline to eliminate two wrong options. Perfect for beginners, it demonstrates Python concepts like user input, lists, functions, and control flow.

License

Notifications You must be signed in to change notification settings

SaurabhSSB/kaun-banega-crorepati

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaun Banega Crorepati (KBC) Python Program

This Python program is a simulation of the popular Indian TV quiz show Kaun Banega Crorepati (KBC). Players answer multiple-choice questions, use lifelines, and win virtual prize money as they progress.

Features

  • Multiple-Choice Questions: Answer questions by selecting the correct option.
  • Prize Money: Each question has a prize amount that increases as you proceed.
  • 50-50 Lifeline: Eliminate two incorrect options to help you choose the right answer. This lifeline can be used once per game.

Prerequisites

  • Python 3.x installed on your system.

How to Run

  1. Clone this repository or download the kbc_game.py file.
  2. Open a terminal or command prompt.
  3. Navigate to the directory where the file is saved.
  4. Run the program using the following command:
    python kbc_game.py

About

The Kaun Banega Crorepati (KBC) Python program is a console-based quiz game where players answer multiple-choice questions to win virtual prize money. It features a 50-50 lifeline to eliminate two wrong options. Perfect for beginners, it demonstrates Python concepts like user input, lists, functions, and control flow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published