You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*It's always optimal to use two weapons with the highest damage value and switch between them.
Let x be the highest damage value of a weapon, and y be the second-highest damage value of a weapon. we will decrease monster health by x in the first move, and by y in the second move and so on.*/