Skip to content

A warzone game is implemented, where all players try to win the countries and continents by attacking with the armies they have.

Notifications You must be signed in to change notification settings

jaynilsavani/Warzone

 
 

Repository files navigation

Warzone Game

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Java Version 11

java -version

Installing

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

Running the Project (After Installation)

Go to Project Directory :

cd warzone 

Run the test :

java -jar ./target/warzone-0.0.1-SNAPSHOT.jar

Running the tests

Go to Project Directory :

cd warzone 

Run the test :

mvn -Dtest=WarzoneApplicationTests test

Detail Documentation

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 

About

A warzone game is implemented, where all players try to win the countries and continents by attacking with the armies they have.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Java 100.0%