JEOPARTY - Server
Game description:
Jeoparty is a game based on the famous quiz-game jeopardy in which players compete for points by asking the right question to the answers presented.
The players each take turns answering a question.
Points are calculated from the associated question being either added or deducted based on whether it was answered correctly.
When no more questions are left the player with the most points will be declared winner.
How to run the game: Unszip the files from the folder collectively to where you please. Run the executable file". For further development, the graphic components of the project is made with JavaFX.
How to join a game:
When the server is run, it will show the IP-address and port, the client have to copy them into the client to join the server.
Link to github client repository: https://github.com/VictorHjort/client
Link to github server repository: https://github.com/Julius-Winther/PCSS-G301-Server