Question: Requirements In a console application create a character customization application. This application will allow the player to create a custom game character, set initial stats

Requirements 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 ==
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
