Skip to content

A Java-based quiz application to learn more about New Zealand.

Notifications You must be signed in to change notification settings

shreytailor/quinzical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quinzical with JavaFX 🇳🇿

To see the documentation 📝 of the overall development process, visit the Wiki page here. It contains all the notes regarding the design decisions, meeting notes, and everything else.


Usage Instructions

  1. Download the JavaFX SDK Version 17.0.1

  2. Open the run_game.sh file and change the path so that it points to the JavaFX SDK directory - the lib folder to be precise.

  3. Install festival and festlex-oald text-to-speech dependencies using the commands below.

sudo apt-get install festival
sudo apt-get install festlex-oald
  1. Place the .jar file, run_game.sh script, and QuizBank folder, which contains the two files for the New Zealand and International questions respectively, into a new directory of your choice.

  2. Open the terminal and change the current working directory to the directory created above.

  3. To run the game, give executable permissions to the script file and run it.

chmod +x run_game.sh

./run_game.sh

Attributions

Pacifico Font
Under Open Font Licence - can be freely used in commercial products.
It can be found here.

Poppins Font
Under Open Font Licence - can be freely used in commercial products.
It can be found here.

Background Image Under Freepik Licence - free for personal use and commercial purpose with attribution. It can be found here.


Icon of the "Speaker" provided by Pixel Perfect.
Under Free Licence (With Attribution).
It can be found here.


Icon of the "Back Arrow" provided by Google.
Under Free Licence (With Attribution).
It can be found here.


Icon of the "Dice" provided by Good Ware.
Under Free Licence (With Attribution).
It can be found here.


Icon of the "Lock" provided by Freepik.
Under Free Licence (With Attribution).
It can be found here.


Icon of the "Lock" provided by Freepik.
Under Free Licence (With Attribution).
It can be found here.

About

A Java-based quiz application to learn more about New Zealand.

Resources

Stars

Watchers

Forks