Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you do on c++ pls? In a console application create a character customization application. This application will allow the player to create a custom

can you do on c++ pls? image text in transcribed
image text in transcribed
In a console application create a character customization application. This application will allow the player to create a custom game character, set initial stats of the character and equip default weapons and armour to the character. Your application should have the following: - Allow the player to create upto 3 character types. NOTE: You may use your characters from Assignment 1. Your character should have the following: - Name - Species - Epic backstory - Starting health value - Weapon - Armour - Weapon class should have the following - Epic weapon name - Damage value - Special abilities (array) - Overload the following operators: - Output stream (cout) to print weapon information - Comparison == - Armour class should have the following Epic armour name Description Armour value Overload the following operators: - Output stream (cout) to print armour information - Comparison == Ensure the following implementation: - Welcome message to your character customizer - Allow the user to create a new character - Prompt the user for a character name - Prompt the user for a starting health value with a realistic range. - Prompt the user to select a starting weapon. You may define a set of weapons yourself. - Prompt the user to select a starting armour set. You may define an armour set yourself. - Allow the user to see the information of their newly created character. - Allow the user to create a second character. (Repeat for a maximum of 3 ). - Allow the user to compare stats of 2 created characters. HINT: Use the overloaded == operator. - Display all character information for any of the created characters. Submission: - C++Console Application Project or Link to a repository

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

Students also viewed these Databases questions