Help with battleship game

Hi
I have to create a 1 player battleships game in C++ for my course assignment. The ships must be large max 1 spot. The file should have the extension ".cpp" and usable in DEV C++. I don't know what to do. Yes, I've learned the techniques and everything but I can't apply them. This is really depressing me now. Could anybody please help me?

Thank you
make a board that is a 2d array row by col that contains ship parts as elements. google the rules. do a print for every step of your board. for tha parts they are own by a ship , use a different character for every type of ship to print the parts. etc. but first learn the rules.
Can you post the complete assignment?
Topic archived. No new replies allowed.