jonniesweb / Magic-Realm

The Magic Realm board game as a simplified multiplayer game
http://en.wikipedia.org/wiki/Magic_Realm
1 stars 1 forks source link

Magic Realm

Build Status

Zach Chai and Jon Simpson

Environment Java JDK 1.7 Eclipse Luna Enterprise Edition Maven 3

Tested on both Linux and Windows

Viewing source code

Go to src directory and open files in an editor/viewer of your choice

Note: source in com.igormaznitsa.* is a dependency from https://code.google.com/p/jhexed/

Starting the server

Execute the jar file with the following command (requires JRE 7+)

 java -jar magicrealm-server.jar

Starting the client

Execute the jar file with the following command (requires JRE 7+). Each player should launch a client.

java -jar magicrealm-client.jar

Building

This will download the dependencies and compile the code. It will output the client and server jars in the target/ directory.