Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Engine animation

A modular console-based quiz application built with C++




About

Quiz Engine is a command-line quiz application built to turn core C++ concepts into a practical and interactive experience.

Users can enter their name, choose a quiz category, answer multiple-choice questions, receive immediate feedback, and review their final score and performance.

The project focuses on applying C++ fundamentals and Object-Oriented Programming to build a structured, functional application without external frameworks or unnecessary dependencies.


Features

  • Category-based quizzes
  • Multiple-choice questions
  • Interactive question flow
  • Input and answer validation
  • Immediate feedback
  • Automatic score calculation
  • Percentage-based results
  • Performance evaluation
  • Retry functionality
  • Player identification

Built With

C++

Object-Oriented Programming

Standard Console I/O


Run Locally

1. Clone the repository

git clone <your-repository-url>

2. Navigate to the project

cd QuizEngine

3. Compile the application

g++ src/*.cpp -Iinclude -o QuizEngine

4. Run the application

Windows

QuizEngine.exe

Linux / macOS

./QuizEngine

What's Next

The project will continue evolving alongside the C++ concepts used to build it.

Future iterations may expand the question bank, introduce additional categories, and refine the overall quiz experience while keeping the application focused, readable, and maintainable.



Closing animation

About

A C++ console quiz app with category based questions, instant feedback, and live score tracking.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages