Knight Wars gameplay centers on capturing castles and other buildings by armies overwhelming the defending forces.
git clone https://github.com/romuche98/Knight_Wars.git
cd Knight_Wars
./gradlew desktop:run
git clone https://github.com/romuche98/Knight_Wars.git
cd Knight_Wars
./gradlew.bat desktop:run
Add the following line to gradle.properties
org.gradle.java.home=PATH_TO_JAVA_1.8_JDK
Please try to lower in gradle.properties the number in option '-Xmx1500m' in the following line :
org.gradle.jvmargs=-Xms128m -Xmx1500m