Question
Please help me out with this :) It needs to be done in C++ please. I really want to be able to understand what is
Please help me out with this :)
It needs to be done in C++ please.
I really want to be able to understand what is going on so a lot of comments would really help.
Also please be sure to follow all instructions and make sure the program runs correctly :)
Thank you very much!
The instructions seem lengthy but really, it's just creating a battleship game where it is a one player playing against a computer.
The only specifications are that:
1) Two different classes are used in the design
2) Must use inheritance in one of the classes.
3) The ships cannot overlap so the good and bad files are the ones to be tested for that.
ou will develop a simple battleship game. Battleship is a guessing game for two players. It is played on four grids. Two grids (one for each player) are used to mark each players' fleets of ships (including battleships). The locations of the fleet (these first two grids) are concealed from the other player so that they do not know the locations of the opponent's ships. Players alternate turns by 'firing torpedoes' at the other player's ships. The objective of the game is to destroy the opposing player's entire fleet. In our game, firing a torpedo' will be allowing the player to take a guess at where on the grid their opponent may have placed a ship. In the requirements, we will set forth other simplifying rules to limit the scope of this project. Requirements Given the requirements as a rough specification, you are to design the classes and implement the game. In our imaginary game company, the requirements below were developed by the Product Development Team and your instructor is the Product Owner You are in full control of the choice of classes (please use classes appropriately or points will be deducted), data structures, algorithms, internal file format, detailed user interface scheme, or any other pertinent design decisions you need to make. As the Product ownerStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started