Exemple #1
0
        /*
         *  TellIfSetupOK - Returns whether a ship can be placed on
         *  the player's board with the given coordinates
         */

        public bool TellIfSetupOK(Coordinate[] coords)
        {
            return(board.IsSetupOK(coords));
        }