// Standard init items ... takes the place of a ctor in unity // ?: possibly replace with just a AIMind() ? public AIMind () { gc = GameObject.Find("GameController").GetComponent<GameController>(); isReady = false; moves.Clear(); board = new Board(); Debug.Log ("Board: " + board.AsString() ); ResetStrategy(); }