tresinformal / drakkar

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

[WIP] A player has an invulnerability duration #467

Closed TheoPannetier closed 2 years ago

TheoPannetier commented 2 years ago

🚧 🚧 🚧 🚧 🚧 sthing like

{
  const game g;
  const int expected_duration = 3;
  assert(get_nth_player_duration_invulnerability(g, 0) == expected_duration);
}

🚧 🚧 🚧 🚧 🚧

TheoPannetier commented 2 years ago

Oops, now a duplicate of #469