Skip to content

This application gives a simple quiz for the user and manages the user's information and score.

Notifications You must be signed in to change notification settings

abdorah/QuizLabJavaFx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizLab

Badge Badge Badge Badge

Welcome to QuizLab, a simple desktop quiz application in java.

Presentation

This application gives a simple quiz for the user and manage user's information and score.

Firstly, the user sign in or sign up. Then, the user can start the game.

The data is stored in sqlite3 database, to make adding users or changing questions easy for the code owner.

Also, the application is built using java fx. It is easy and intuitive to use. We used Gulon scene builder to build the UI.


Execution

To use this code please run:

$ mvn javafx:run --file pom.xml

How to use this application

  1. After running the application you will find a welcome page: welcome page
  2. Then you will need either to sign in or to sign up: identification page
  3. After identification you can demande help: before game page
  4. Now you can start a play: game on page
  5. After That you can demande help again: after game page
  6. Also, you can update your information: playerInfos page

Initial testing Database

To run provided tests successfully I recommand to use the provided database: tests db

Otherwise, you can update your own tests data.


⚓ Please refer to the github repo QuizLab for the console version.

About

This application gives a simple quiz for the user and manages the user's information and score.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages