Пример #1
0
        /// <summary>
        /// Entry point of the game.
        /// </summary>
        public static void Main()
        {
            Game minesweeper = Game.Instance();

            minesweeper.StartNewGame();

            Console.Read();
        }