- Build an interesting collection of pictures, organized into folders based on the categories.
- Drop
quiz.jar
into the same folder - Double-click on quiz.jar to launch the app and play!!
Here's an example. There is a collection of pictures organized into folders in the background. Qiuz
brings it to life as a live picture quiz right on your desktop!
Gather around your desk or screen-share on your favourite online meeting app to play with your friends!
cp ./target/quiz*-with-dependencies.jar c:/WORK/PNR/FolderQuiz/
- The folders which are siblings to
quiz.jar
are considered as Categories. They are presented astabs
in the Quiz app. - The files inside those folders are considered as Quiz images. They are presented as
images
in the Quiz app. - The user can select any Category tab. There is only forward navigation to go to the next Quiz image.
- Each time when the
Show
button is clicked, the image is shown for a few seconds and then hidden automatically. - You can choose to click the
Show
button more times to reveal the image repeatedly. - Once the player has finished guessing or given up, click on
Show Answer
to reveal the answer. - Note that the Quiz image file name (upto the first
.
symbol in the file name) is considered as the answer for each Quiz image. - The user (host) can click on the appropriate
+10
or+5
button for the current team based on whether they answered during their turn, or a passed question. - Run through several rounds of the game for some exciting picture quiz fun!
- At the end of the game, the scores are visible for everyon to see.
- May the best team win!!
- Click on
Maven Update Project
to ensure that projectpom.xml
settings are in sync with your IDE settings. - Run
Maven Install
to build the jar files into/target
folder and then have them installed into the local maven repo. - Copy the
quiz-<version>-jar-with-dependencies.jar
file from the/target
folder to a QUIZ folder. Rename this file asquiz.jar
for convenience. - Drop all the categorized pictures as folders right next to
quiz.jar
. - Double click on
quiz.jar
to start the app.