Пример #1
0
        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;
        }
Пример #2
0
 public void set_game(DominoGame.InterfaceDomino pointer)
 {
     this.pointer = pointer;
 }