A battleship console application built in C# ( .NET 6.0 ). Creating a replica of Battleship by Mattel. Instead of a 100 spot grid, this will only have 50, or 25 for each player. As you can see from the above prompts, you can enter Player 1 and 2’s information (i.e. Player name and grid spot for 5 ships).
Each player takes a turn in providing a grid spot to take a shot. Notations are as follows:
– O for a miss
– X for a hit
Grids are marked A1 through E5 in a 5 by 5 manner.