rogers0404 / robotGladiators

Javascript Game
0 stars 0 forks source link

Add randomness to health and damage values #4

Closed rogers0404 closed 4 years ago

rogers0404 commented 4 years ago

Start Enemies at a random health value between 40 and 80 Start Enemies with a random attack value between 10 and 14 Attack damage is random, using the robot's attack value as an upper limit (e.g. if the player's attack is 10, their damage range 7-10)

rogers0404 commented 4 years ago

Ready