Exemplo n.º 1
0
        public void Start()
        {
            int matrixSize;

            m_PlayersNames = m_UserInterface.GetGameData(out matrixSize);
            alocatePlayers();
            m_Board.Size = matrixSize;
            m_UserInterface.InitUI(m_Board.Size);
            m_Board.Init(m_Board.Size);
            run();
        }