Kingdoms Wars is a turn-based strategy game created with Java. The game is loosely based on the Punic Wars.
The game starts with you having one city, Rome, under your control and your aim is to control all the other 4 cities.
First, clone this repository onto your computer and run the following commands in your cmd (command prompt):
javac KingdomWars.java
java KingdomWars
That's it! Enjoy the game!