This is a java remake of the famous XBlast game made during the course CS108 (Object-Oriented Programming in Java) at EPFL.
The code written in /src has been written by Yaron Dibner and Julien Malka. Some of the code including some the tests and the general architecture of the project has been designed by the CS108 team.
This game is a server/client multiplayers games, to run it you first have to start the server (Main file in the server folder) by configuring the number of players (max 4 players) and then you run the clients without forgetting to select the server IP.