Online board game multiplayer

broken image

When the player will join the match again, it will restart from where he had left. Disconnections: if a player disconnects the server will save it's state and let the other players continue the match.Multiple games: the server can handle multiple matches between different players simultaneously.

broken image

The server will wait for the players to join while players wait in a lobby screen, then the match will start. Once the server has been set up and is running, all players can connect to it from all over the world (multiplayer function), chosing to play either on a command line user interface or on a more practical GUI. Client side and Server side were both coded from the very backbone using a complex structure of java classes. The game is entirely coded with java, plus javaFX and CSS for the GUI. The game was made as final project of the course Software Engineering (2020/2021) and presented as Engineering of Computing Systems Bachelor’s graduation's final project. Master of Renaissance is an online multiplayer board game coded in java, playable both on a javaFX GUI or on CLI.

broken image