reedlaw / ruby-mmo

Ruby MMO: massively multiplayer online programming challenge
274 stars 102 forks source link

-ve points #33

Open jkanche opened 12 years ago

jkanche commented 12 years ago

Points are calculated using the players strength and the opponent defense.

What if the players strength is very less compared to the opponent defense, so that the calculated points is negative. This adds health points to the opponent. was it designed to be in that way ?

reedlaw commented 12 years ago

No, it should be absolute value. Care to make a pull request?