Skip to content
Snippets Groups Projects
Commit cc07bf85 authored by Piers Williams's avatar Piers Williams
Browse files

Merge branch 'master' of https://github.com/iggi-phd/essex-aihack

parents b00d5142 8a48c576
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
</project>
......@@ -55,6 +55,10 @@ public class SimpleBattle {
}
}
public int getTicks() {
return currentTick;
}
public int playGame(BattleController p1, BattleController p2) {
this.p1 = p1;
this.p2 = p2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment