Question
Need to create a basic Battleship Game in C++ on a 10x10 grid using arrays. The program needs to: Base Requirements Game Modes: You are
Need to create a basic Battleship Game in C++ on a 10x10 grid using arrays. The program needs to: Base Requirements Game Modes: You are required to create two modes for your game: A human-vs-human and a human-vs-computer. The computer can play as stupid or intelligent as you want them to. The computer can play completely random or predictable. Accounts: Your game must support user accounts. A users account should keep track of the users general information such as name, e-mail address, username/nickname, password, etc. It must also keep track of some game related information like won-loss record, rank, etc. Source Formatting: Use the principles of good programming taught in this course. Programs must be modular and not utilize global variables (global constants are ok). The code needs to be well organized with good internal documentation. These are the ship types: Ship Type Size Aircraft carrier 5 Battleship 4 Submarine 3 Destroyer 3 Cruiser 2
Step 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