Vertfromage / ManFight

Two classes Man and ManFight that together make a fun little text game
MIT License
7 stars 29 forks source link

added CharacterCreation class #6

Closed SinSentido closed 4 years ago

SinSentido commented 4 years ago

I added a character creation class where the user can choose the class and the name of the fighter. I too removed the startFight() method from the ManFight constructor (I think it shouldn't be there) and call it from the instanced object in the main.

Vertfromage commented 4 years ago

Great job with the character creation class. Thanks SinSentido.