Group name: Byzantine Generals
Group members: Ravi Shivam Autar, Adam el Khalki, Ali Smesseim, Samuel D. Sital, Kamran Tadzjibov.
Git, Maven and JDK8 are required for building and running this project.
pacman -S git maven jdk8-openjdk
apt-get update
apt-get install git maven openjdk-8-jdk
Not officially supported.
git clone https://github.com/ProgrammingLife2016/PL1-2016.git
cd PL1-2016
mvn package
java -Xmx750 -cp target/byzantinegenerals-0.3.0.jar io.github.programminglife2016.pl1_2016.Launcher 8082 TB328
Go to the PL1-2016
directory.
git pull
mvn package
java -Xmx750 -cp target/byzantinegenerals-0.3.0.jar io.github.programminglife2016.pl1_2016.Launcher 8082 TB328
The server is running on http://localhost:8081
.
Open the web app at http://localhost:8081/static/d3-index.html
.
If you are a developer, you might be interested in interacting with the server directly. In that case, consult the API documentation below.