stadanko / wrestletest

Testing on an object model for a wrestling sim
0 stars 0 forks source link

Adding a Nickname Field to the Worker Class #2

Open stadanko opened 10 years ago

stadanko commented 10 years ago

Nickname in Front of Full Name - Hacksaw Jim Duggan Nickname in Between Full Name - Randy Macho Man Savage Nickname Replacing First Name - Hulk Hogan Nickname Replacing Full Name - Sting Nickname Along with a Full Name - Chris Benoit, The Rabid Wolverine. No Nickname

ghost commented 10 years ago

Perhaps just having it check if there is a nickname and the nickname can contain the info the program needs to determine placement.

stadanko commented 10 years ago

That's not a bad idea. The ultimate goal would be for the user to be able to edit all of it however they want. So if they want a different nickname and a different placement for the nickname, they should be able to edit that. So that would mean a function later on that would take the nickname and placement from the randomly created wrestler or from a user input and add it to the wrestler.