FlagQuiz is an application developed in Java using Maven as a project and dependency management system.
The software offers an interactive quiz based on the recognition of national flags: each round, a flag is displayed, and the user must choose the correct answer from four possible options.
The application is structured with:
A main menu, which allows you to start a new game, view the leaderboard, or exit the program.
A multi-user system without authentication, which allows multiple players to enter their nickname and play on the same device one after another.
A local leaderboard, saved in memory or to a file, which records the best scores achieved by various users.
The project is organized according to a modular structure, separating the game logic, user management, and the leaderboard, thus ensuring greater readability, maintainability, and scalability of the code.

Usage tips
- To start QuizMaster, first make sure to extract the entire project from the downloaded folder, otherwise the file will not work correctly.
- Once done, double-click on “Avvia QuizMaster.vbs”: the application will open automatically, showing the main menu where you can start a new game or view the local leaderboard.
3 - For quick access, you can right-click on “Avvia QuizMaster.vbs”, select Send to → Desktop (create shortcut), and launch the program directly from the desktop whenever you want.