Vertfromage / ManFight

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

Add the ability to fight using insults #22

Closed erinshick closed 4 years ago

erinshick commented 4 years ago

I added the ability to fight using insults by creating an Insults object in Fighter and using getters to get the insult and severity. Let me know if you have any comments or suggestions, this is one of my first pull requests!