Skip to content

This repository contains an interactive quiz game developed in Python. The game presents a series of multiple-choice questions to the user, evaluates their answers, and provides a score at the end. It is designed to be a fun and educational tool for testing general knowledge on various topics.

Notifications You must be signed in to change notification settings

waqi786/Interactive-Quiz-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Interactive-Quiz-Game

Overview:

This repository contains an interactive quiz game developed in Python. The game presents a series of multiple-choice questions to the user, evaluates their answers, and provides a score at the end. It is designed to be a fun and educational tool for testing general knowledge on various topics.

Features:

Multiple-Choice Questions: Each question comes with four options. User-Friendly Interface: Simple command-line interface for easy interaction. Score Tracking: Keeps track of the user's score throughout the quiz. Instant Feedback: Provides immediate feedback on whether the user's answer is correct or incorrect. Wide Range of Topics: Covers various general knowledge topics.

How to Play:

  1. Clone the Repository: Clone this repository to your local machine using the command: git clone https://github.com/waqi786/Interactive-Quiz-Game.git
  2. Navigate to the Directory: Move into the project directory: cd Interactive-Quiz-Game
  3. Run the Game: Execute the game script using Python: python quiz_game.py

Example:

Upon running the game, you will be presented with questions like:

  Question: What is the capital of France?
  1. Paris
  2. London
  3. Berlin
  4. Madrid
  Your answer (enter option number): 1
  Correct!

At the end of the quiz, your score will be displayed: Quiz completed! Your score is: 8/10

📋 Requirements:

Python 3.x

👤 Author:

waqi786

Uploaded on 2024-07-22

About

This repository contains an interactive quiz game developed in Python. The game presents a series of multiple-choice questions to the user, evaluates their answers, and provides a score at the end. It is designed to be a fun and educational tool for testing general knowledge on various topics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages