Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual Basic 4 Ole Database And Controls Superbible

Authors: Michael Hatmaker, C. Woody Butler, Ibrahim Malluf, Bill Potter

1st Edition

1571690077, 978-1571690074

More Books

Students also viewed these Databases questions