kahoot game
Budget: $10 – $30 USD
Project Requirements Overview
You will be implementing a program for the server and client side, that is, an application that will process the multiplayer server-client online game that is placed. The program shall operate in the JavaFX.
Program Design
GameServer:
Main JavaFX GUI file.
Generate Random 6 digits number as pin.
Questions and Results of the Game will appear here.
Each Question has 30 sec for attempting.
Must show the top 3 players at the end of the game.
Player:
Must Enter the pin (will be generated on the server side) of the game.
Has username, points.
Questions:
Must read from the .txt file that was chosen by “Choose File” .
Shuffle order of the options.
Has 2 types of Test questions: Question with 4 options and True/False question.
Fill In Questions are still actual.
You will be implementing a program for the server and client side, that is, an application that will process the multiplayer server-client online game that is placed. The program shall operate in the JavaFX.
Program Design
GameServer:
Main JavaFX GUI file.
Generate Random 6 digits number as pin.
Questions and Results of the Game will appear here.
Each Question has 30 sec for attempting.
Must show the top 3 players at the end of the game.
Player:
Must Enter the pin (will be generated on the server side) of the game.
Has username, points.
Questions:
Must read from the .txt file that was chosen by “Choose File” .
Shuffle order of the options.
Has 2 types of Test questions: Question with 4 options and True/False question.
Fill In Questions are still actual.