Vertfromage / ManFight

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

Incorporate Insults.java into manFight so that players can insult each other. #19

Closed Vertfromage closed 4 years ago

Vertfromage commented 4 years ago

Insults.java adds more fun dialogue to the game but it's not to incorporated it into the Man class yet, the easiest way to do that would be to add a new attack called insult and use the isScared within isInjured in a similar way to how roar is used. Maybe have the one being insulted respond by laughing with a weak insult, or with a mean one saying "well that's mean, but your insults won't stop me", but set isScared true with awesomeInsults and maybe say, "Wow, I don't know what to say!" or something funnier.