all repos — WarBot2020 @ 597348eb14ef9f4a20cd87845b8dd43ddc180108

Bootleg version of "WorldWarBot 2020" done in Java and without a map.

add compilation and running script for ease of use
Bi-Rabittoh andronacomarco@gmail.com
Thu, 04 Apr 2019 12:58:07 +0200
commit

597348eb14ef9f4a20cd87845b8dd43ddc180108

parent

4b97e9f38827752493449c5309baf779f507f84b

3 files changed, 9 insertions(+), 0 deletions(-)

jump to
A MANIFEST.MF

@@ -0,0 +1,3 @@

+nifest-Version: 1.0 +Main-Class: siciliaguerrabot2020.SiciliaGuerraBot2020 +
A compile.sh

@@ -0,0 +1,4 @@

+#!/bin/bash +javac siciliaguerrabot2020/SiciliaGuerraBot2020.java +jar cmf MANIFEST.MF SiciliaGuerraBot2020.jar siciliaguerrabot2020 +
A run.sh

@@ -0,0 +1,2 @@

+#!/bin/bash +time java -jar SiciliaGuerraBot2020.jar 8000 false 100