Question: 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?  can you do on c++ pls? In a console application create
a character customization application. This application will allow the player to create

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!