Command line and multiplayer version of the chain reaction game in java.
Compiling the game server
javac server/GameServer.java
Compiling the game client
javac client/GameClient.java
Running the server
java server/GameServer
Running the client
java client/GameClient