Menu

[Solved]Going Make Trivia Game Final Project Trivia Game User Interface Created Java Fx Interface Q37249012

We are going to make a trivia game for the final project. Thetrivia game will have a user interface created by Java FX. Thisinterface will look like the picture below (Appendix A). The gamewill start out asking you to enter your name. Then the game willproduce two objects that are being added together. The buttonsbelow the objects are the possible answers.

The objects that are being added together and the possibleanswers will be read from a file that I give you. The file willcontain integers, doubles and Strings. So, the class that handlesthis file will have to be generic to handle every form of datatype.You have to select one of the answers before 5 seconds. After 5seconds the answers lock and the game produce two different objectsthat are being added together with different possible answers.

(Here is what’s included inside the file.)

5.0 4
9.0 9 5 25
5.0 4.0
9 9.0 25 5
Mickey Mouse
MickeyMouse null error MouseMickey
c a
error ca 4 25
8 8
16 15 14 11
4.5f 3.6f
8.1f 2 8.1 6
Java Program
JavaProgram javaprogram Javaprogram javaProgram
2.3f 4
6.3f 6.3 4 2
Mary Lamb
MaryLamb little lamb cool
6 5
11 12 13 14

To keep track of time, there will be a countdown clockavailable. The game runs for 10 questions. After that the pointsare totaled. Each question is worth 1 point. You get 0 points for awrong answer. When each answer is selected during the game, thetimestamp and points for that question should be placed on astack.

Once the game ends, then the stack gets popped and shows thetimestamp and points for each question. The user name and totalscore should be stored on a database. When clicking “generatereport” a file should be produced showing the last 10 players andtheir score. The generated list should be sorted from highest scoreto lowest score.

File Directories:

Please make sure to point directories to C: for the databasefile and the input file

Submission:

Please submit all java files. Do not zip files. Submit theexecutable jar file to run your program. Submit a word documentwith all code copy/pasted. Include screenshots of workingapplication.

Appendix A:

Points Total Countdown Clock Name Area Object 2 Object 1 imestamp area Answers area on this roW Choice 1 Choice 2 Choice 3 Ch

Points Total Countdown Clock Name Area Object 2 Object 1 imestamp area Answers area on this roW Choice 1 Choice 2 Choice 3 Choice 4 Generate Report Show transcribed image text Points Total Countdown Clock Name Area Object 2 Object 1 imestamp area Answers area on this roW Choice 1 Choice 2 Choice 3 Choice 4 Generate Report

Expert Answer


Answer to We are going to make a trivia game for the final project. The trivia game will have a user interface created by Java FX…. . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *