Simple C++ battleship game
This is a simple battleship game where you can target specific points on the board (arrays) after the ships are randomly placed on the board.
Little project I did to help increase my understanding of C++ and working with arrays.