Example #1
0
        static void Main(string[] args)
        {
            Game NewGame = new Game();

            NewGame.CreateGame();
            NewGame.Play();
        }