Multi Sport Quiz
🧠 Project Overview
The Multi-Sport Quiz Game is a Java Swing application that provides an interactive quiz experience across multiple sports categories including AFL, Basketball, Tennis, Soccer, American Football, and NRL. The aim of the project was to develop an engaging and educational tool while enhancing my skills in GUI development and user interaction handling in Java.
🔧 How It Works
- • Upon launching, users are greeted with a sleek topic selection menu.
- • Each topic button leads to a quiz consisting of 5 multiple-choice questions.
- • Questions are displayed one at a time, and users select their answer by clicking a button.
- • The system keeps track of correct answers and displays the final score at the end.
- • A “Play Again” or “Home” option allows users to restart or choose a different sport.
💡 Why This Project?
- • To apply and strengthen my Java Swing GUI development skills.
- • To implement modular code logic using object-oriented principles.
- • To enhance user experience design through color themes, layout control, and responsive components.
- • To build an expandable application framework where more sports and questions can be added with ease.