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
- Host: GitHub
- URL: https://github.com/julienmalka/xblast
- Owner: JulienMalka
- Created: 2016-02-22T09:34:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T14:19:02.000Z (over 8 years ago)
- Last Synced: 2026-01-19T04:26:40.724Z (5 months ago)
- Topics: game, java, network, xblast
- Language: Java
- Homepage:
- Size: 681 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.