Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 352 Bytes

File metadata and controls

23 lines (20 loc) · 352 Bytes

ChainReaction-Multiplayer-

Command line and multiplayer version of the chain reaction game in java.

Building

Compiling the game server

javac server/GameServer.java

Compiling the game client

javac client/GameClient.java

Usage

Running the server

java server/GameServer

Running the client

java client/GameClient