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 or add extra insults to Insults.java #15

Closed Vertfromage closed 5 years ago

Vertfromage commented 5 years ago

I started a branch with Insults.java that adds more fun dialogue to the game but I haven't tried to incorporate 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.

For beginners looking for a safe way to contribute adding more insults is easy.

erinshick commented 5 years ago

I'd like to try this, can you assign it to me?

Vertfromage commented 5 years ago

It's all yours. I merged the branch into the master since it's just one file.

Vertfromage commented 5 years ago

Good job, yours is merged to the master, the code I forgot to save before commiting the file is in the insults branch again if you want to take a look... I'm going to have a careful read of your code and see if we can combine the code nicely.