Home
Softono
kaun-banega-crorepati

kaun-banega-crorepati

Open source MIT
42
Stars
5
Forks
0
Issues
1
Watchers
1 year
Last Commit

About kaun-banega-crorepati

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.

Platforms

Web Self-hosted

Links

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