Skip to content

Instantly share code, notes, and snippets.

@onegrx
Created December 12, 2016 23:31
Show Gist options
  • Save onegrx/b642cbb95ce318ea4b62a58dd8aa16dd to your computer and use it in GitHub Desktop.
Save onegrx/b642cbb95ce318ea4b62a58dd8aa16dd to your computer and use it in GitHub Desktop.
/usr/lib/jvm/java-8-oracle/bin/java -Didea.launcher.port=7534 -Didea.launcher.bin.path=/home/onegrx/apps/idea-IU-162.2228.15/bin -Dfile.encoding=UTF-8 -classpath /usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/deploy.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/javaws.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfxswt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/management-agent.jar:/usr/lib/jvm/java-8-oracle/jre/lib/plugin.jar:/usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/home/onegrx/projects/battletanks/target/classes:/home/onegrx/.m2/repository/org/testng/testng/6.8.8/testng-6.8.8.jar:/home/onegrx/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar:/home/onegrx/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar:/home/onegrx/.m2/repository/junit/junit/4.12/junit-4.12.jar:/home/onegrx/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/onegrx/.m2/repository/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar:/home/onegrx/apps/idea-IU-162.2228.15/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain edu.paszgr.Main
Starting game.
Round start
Tank Tiger has already moved to (12, 2)
Tank Tiger has already fired.
Tank M1 Abrams has already moved to (6, 18)
Tank M1 Abrams has already fired.
Tank Tiger has already moved to (11, 2)
Tank Tiger has already fired.
Tank M1 Abrams has already moved to (6, 19)
Tank M1 Abrams has already fired.
In round 1:
Player: Tiger
Kiled: 0 enemies
Shot: 2 times
Moved: 2 times
End with: 1 points of life left
*************************************
Player: M1 Abrams
Kiled: 0 enemies
Shot: 2 times
Moved: 2 times
End with: 1 points of life left
*************************************
Round start
Tank Tiger has already moved to (7, 5)
Tank Tiger has already fired.
Tank M1 Abrams has already moved to (16, 4)
Tank M1 Abrams has already fired.
Tank Tiger has already moved to (7, 4)
Tank Tiger has already fired.
Tank M1 Abrams fragged ****************************** FIX FIX FIX
Tank M1 Abrams has already moved to (17, 4)
Tank M1 Abrams has already fired.
In round 2:
Player: Tiger
Kiled: 1 enemies
Shot: 2 times
Moved: 2 times
End with: 1 points of life left
*************************************
Player: M1 Abrams
Kiled: 0 enemies
Shot: 2 times
Moved: 2 times
End with: 0 points of life left
*************************************
Game ended
2
In this game:
Player: Tiger
Kiled: 1 enemies
Shot: 4 times
Moved: 4 times
*************************************
Player: M1 Abrams
Kiled: 0 enemies
Shot: 4 times
Moved: 4 times
*************************************
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment