Question: I need to create a basic battleship game in c++. Each player(2)gets 2 10 by 10 grids (constructed using a 2d array). Should have structs
I need to create a basic battleship game in c++. Each player(2)gets 2 10 by 10 grids (constructed using a 2d array). Should have structs for gameboard, player, and shop. Each player gets a shit with two spots and a ship with three. Please do not use vectors or copy and paste from another battleship game this is different.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
