An open API service indexing awesome lists of open source software.

https://github.com/julienmalka/xblast

A java remake of the famous XBlast game
https://github.com/julienmalka/xblast

game java network xblast

Last synced: 27 days ago
JSON representation

A java remake of the famous XBlast game

Awesome Lists containing this project

README

          

# XBlast
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.

# How to run the game

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.