Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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