I would like to create a gear set manager for a MMO game based around to aid me in min/maxing. I'd like to create classes based off the in game classes (Titan, Warlock, Hunter) each with priority on the stat that they focus on. With conditional statements and for loops I hope to receive a player input on two stats of the six, one being their least desired and the other the most desirable, and also the stats on their other gear they wish to maintain. Storing the data in an array based on the stats given for each armor piece, I'd like to make the program essential take the weakest piece of gear, and display what the minimum required level is to max out that particular stat. Using functions to search the arrays and calculate the gear score prior to displaying the armor they should aim to acquire.
Computer Science
I would like to create a gear set manager for a MMO game based around to aid me in min/maxing. I'd like to create classes based off the in game classes (Titan, Warlock, Hunter) each with priority on the stat that they focus on. With conditional statements and for loops I hope to receive a player input on two stats of the six, one being their least desired and the other the most desirable, and also the stats on their other gear they wish to maintain. Storing the data in an array based on the stats given for each armor piece, I'd like to make the
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images