Skip to content

Kaun Banega Crorepati (KBC) is an interactive Python console game inspired by the popular Indian television quiz show. Players are presented with multiple-choice questions and earn money for each correct answer. The game continues until the player answers incorrectly or reaches the maximum prize amount.

Notifications You must be signed in to change notification settings

Moezulhaq24/Kaun-Banega-Crorepati-Game-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Kaun Banega Crorepati (KBC) Game


Overview

Kaun Banega Crorepati (KBC) is an interactive Python console game inspired by the popular Indian television quiz show. Players are presented with multiple-choice questions and earn money for each correct answer. The game continues until the player answers incorrectly or reaches the maximum prize amount.

Features

  1. Interactive Quiz Experience

    • Question Format: Questions are presented with four answer choices (a, b, c, d).
    • Answer Input: Players enter their answer choice by typing the corresponding letter.
  2. Progressive Prize Structure

    • Winning Scheme: Players accumulate prize money with each correct answer.
    • Maximum Prize: The game ends with a grand prize of 180,000 rupees upon successful completion of all questions.
  3. Game Mechanics

    • Correct Answers: Players earn 5,000 rupees per correct answer, accumulating to a maximum total of 180,000 rupees.
    • Incorrect Answer: Choosing the wrong answer results in a deduction from the total prize amount and ends the game.

Usage

  1. Setup:

    • Clone or download the repository containing the Python script.
  2. Execution:

    • Run the script in a Python environment (Python 3.x recommended).
    • Follow on-screen prompts to start and play the game.
  3. Gameplay Instructions:

    • Press Enter to begin the game.
    • Read each question and select the correct answer by entering the corresponding letter (a, b, c, d).
    • Track your total prize money as you progress through the questions.
    • The game concludes upon answering incorrectly or achieving the maximum prize amount.

Implementation Details

  • Python Version: Python 3.x
  • Dependencies: Standard Python libraries (os, sys).

Contribution

Contributions to this project are welcome. Fork the repository, make improvements, and submit a pull request for review.


This readme provides an overview of the KBC game project, outlining its features, gameplay mechanics, setup instructions, and guidelines for contribution and contact. Customize the details based on your specific implementation before uploading it to GitHub.

About

Kaun Banega Crorepati (KBC) is an interactive Python console game inspired by the popular Indian television quiz show. Players are presented with multiple-choice questions and earn money for each correct answer. The game continues until the player answers incorrectly or reaches the maximum prize amount.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages