Skip to content

This JavaFX Quiz Game App lets users answer multiple-choice questions, tracks scores, and shows results via a GUI with answer buttons. Questions are hardcoded (file-loading option commented). It uses loops, conditionals, and JavaFX for an engaging UI, ideal for practicing OOP, file handling, and GUI development.

Notifications You must be signed in to change notification settings

MuhammadMaazHassan/Quiz-Game-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Quiz-Game-Application

This JavaFX-based Quiz Game Application allows users to answer multiple-choice questions, tracks their score, and displays results. Questions are hardcoded (with a commented file-loading option) and presented via a GUI with buttons for answer selection. The program uses loops to iterate through questions, conditionals to check answers, and JavaFX for an engaging interface. It’s a great project for practicing OOP, file handling, and GUI development.

Features:

  • Displays one question at a time with four answer options.
  • Tracks and updates the user’s score based on correct answers.
  • Shows a final score screen with a summary.
  • Supports file-based question loading (commented out for simplicity).
  • Responsive GUI with JavaFX buttons and labels.

About

This JavaFX Quiz Game App lets users answer multiple-choice questions, tracks scores, and shows results via a GUI with answer buttons. Questions are hardcoded (file-loading option commented). It uses loops, conditionals, and JavaFX for an engaging UI, ideal for practicing OOP, file handling, and GUI development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages