Level Up Quiz is an interactive educational game designed to test programming and general knowledge. Built using the Simple and Fast Multimedia Layer (SFML), the game demonstrates core C++ principles including Object-Oriented Logic and File Management.
Key Features:
Multiple Difficulty Tiers: Includes Easy, Medium, and Hard levels, each with 30 unique questions.
Interactive UI: Fully functional main menu with text-input fields for player names.
Visual Feedback: Real-time color-coded feedback (Green/Red) for correct and incorrect answers.
Score Persistence: Automatically exports player results to Game_scores.txt for record-keeping.
Responsive Game Loop: Efficiently handles window events, animations, and state transitions.