A Warzone game setup consists of a connected graph map representing a world map with GUI, where each node is a country and each edge represents adjacency between countries. Two or more players can play by placing armies on countries they own, from which they can attack adjacent countries to conquer them. The objective of the game is to conquer all countries on the map.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Java Version 11
java -version
A step by step series of commands that tell you how to get a development env running
Go to Project Directory :
cd warzone
Build With Maven :
mvn clean install -DskipTests
Go to Project Directory :
cd warzone
Run the test :
java -jar ./target/warzone-0.0.1-SNAPSHOT.jar
Go to Project Directory :
cd warzone
Run the test :
mvn -Dtest=WarzoneApplicationTests test
Go to Build-01-documents Directory
cd Build-01-documents
Go to Build-02-documents Directory
cd Build-02-documents
Go to Build-03-documents Directory
cd Build-03-documents