Example #1
0
        public void StartGame()
        {
            ResetGame();
            _paddleManager.CreateNewBall();
            _brickManager.StartUp();
            _soundManager.StartUp();

            IsStarted = true;   // To make sure we don't run this over and over again
        }