Skip to content

Conversation

@sarthak-gupta229
Copy link

Added Kaun Banega Crorepati (KBC) Game Program

Description:
This PR introduces a Python-based Kaun Banega Crorepati (KBC) quiz game inspired by the popular TV show.
The game asks a series of multiple-choice questions, checks user answers, and awards virtual prize money for each correct response. It also stops the game when a wrong answer is given.

Key Features:

  • Interactive question–answer format.
  • 25 pre-defined questions with four options each.
  • Displays prize money for every correct answer.
  • Milestone checkpoints (₹10,000, ₹3,20,000, ₹8,00,000, ₹15,00,000).
  • Graceful game termination on wrong answers.
  • Beginner-friendly Python structure using dictionaries and loops.

File Added:
KBC_game/KBC.py

Purpose:
To create an engaging and educational console game that reinforces Python basics like dictionaries, loops, conditionals, and user input handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant