Skip to content

KBC is a Python-based CLI quiz game inspired by Kaun Banega Crorepati. It features 20 multiple-choice questions, exponential scoring, and instant feedback. Designed for learning and fun, this challenge by Vishal Verma (CodewithHarry) is perfect for testing general knowledge and practicing Python coding skills.

Notifications You must be signed in to change notification settings

Theangryysoul/KBC---Quiz-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

KBC - Quiz Challenge πŸŽ‰β“

Welcome to KBC, a fun and interactive quiz game inspired by Kaun Banega Crorepati! Test your knowledge across science, history, geography, literature, and more with 20 challenging questions. 🧠✨

How it works πŸ“

  • The program displays one question at a time with four multiple-choice options (A, B, C, D).
  • Input your answer by typing the letter corresponding to your choice (e.g., a, b, c, or d).
  • Correct answers increase your points exponentially! πŸš€
  • A wrong answer on the first question ends the game with an encouraging message.
  • Wrong answers after some progress let you keep your points earned so far. πŸ’°
  • Answer all questions correctly to win the maximum prize! πŸŽŠπŸ†

How to run πŸ’»

  1. Ensure Python 3 is installed on your system.
  2. Run the script via terminal or command prompt:
  3. Follow the on-screen questions and input your answers.

Scoring πŸ…

  • Start with 1000 points for the first correct answer.
  • Points double exponentially for each correct answer using:
    points = 1000 * 2^i where i is the question index (starting from 0).
  • Incorrect answers after the first question allow you to keep your current score.

Contribution 🀝

Found a bug or want to add new questions? Feel free to open a pull request!
We welcome improvements, fixes, and enhancements to make KBC even better. Let’s build this quiz game together! πŸ› οΈβœ¨

Author ✍️

This challenge and code were created by Vishal Verma (Challenge given by CodewithHarry).


Enjoy playing KBC and boost your trivia skills! πŸŽ‰πŸ§©

About

KBC is a Python-based CLI quiz game inspired by Kaun Banega Crorepati. It features 20 multiple-choice questions, exponential scoring, and instant feedback. Designed for learning and fun, this challenge by Vishal Verma (CodewithHarry) is perfect for testing general knowledge and practicing Python coding skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages