This is a command-line quiz game built using Object-Oriented Programming in Python. The game presents True/False questions to the user, keeps track of the score, and displays the final result. It uses custom classes and structured design to ensure scalability and readability.
- Object-Oriented design using custom classes
- Clean and modular architecture
- Instant feedback after each answer
- Final score display after quiz completion
- Python 3.x installed
- Clone the repository:
git clone https://github.com/csnanx/quiz-game.git
cd quiz-game- Run the game:
python main.py