Skip to content
Snippets Groups Projects
Commit bd4eedd5 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

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

parents f0f987e3 09a26e8d
No related branches found
No related tags found
Loading
...@@ -193,6 +193,11 @@ public class SimpleBattle { ...@@ -193,6 +193,11 @@ public class SimpleBattle {
s2.draw(g); s2.draw(g);
} }
public ArrayList<GameObject> getObjects()
{
return objects;
}
static class PlayerStats { static class PlayerStats {
int nMissiles; int nMissiles;
int nPoints; int nPoints;
......
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