Example #1
0
        public void StartNewGame()
        {
            GameFlow gf = new GameFlow();

            gf.Player1ShipPlacement();

            gf.Player2ShipPlacement();

            gf.GamePlay();
        }