public DominoAI() { pointer = null; left = new int(); left_rotate = new DominoGame.rotate(); right = new int(); right_rotate = new DominoGame.rotate(); stack = new int(); stack = 0; }
public void set_game(DominoGame.InterfaceDomino pointer) { this.pointer = pointer; }