Skip to content

danieltorrez29/TriviaServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Server App


TriviaServer is a client-server project game

About

It is a server-side application whose function is to initialize the database (questions and players) from json files, transforming them into an "AVL Tree" data structure. On the other hand, it is also responsible for managing the instances that are created through sockets, responding to requests from clients through messages in json format and updating the database.

Getting Started

For the proper functioning of the application it is recommended the next prerequisites.

Prerequisites

  • Java SE 17 or older.
  • Set the scale of the screen resolution to 100%.

Usage

First run the server application, then the Runner inside the run package of the server application

Built Using

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

TriviaServer is a server-side project game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages