tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

A player's health = diameter / health_diameter_ratio(=100) #702

Closed swom closed 1 year ago

swom commented 1 year ago

the following test should pass:

// (702) A player's health = diameter / health_diameter_ratio(=100)
  {
    const player a;
    assert(a.get_diameter() / health_diameter_ratio  == a.get_health());
  }