Added a Gaia player and added some random stones

This commit is contained in:
Ziver Koc 2007-04-21 21:18:27 +00:00
parent 397fb7ebd0
commit 65747bd267
40 changed files with 1316 additions and 45 deletions

View file

@ -12,7 +12,7 @@ public class HumanPlayer extends Player{
public HumanPlayer(){
units = new ArrayList<GameEntity>();
unitsNode = new Node("UnitsNode");
unitsNode = new Node("HumanPlayerNode");
}
public void addUnit(Unit u){