nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Health/Energy #363

Open MicroChasm opened 3 years ago

MicroChasm commented 3 years ago

It is worth considering a system where the player has both health and energy. Getting hit takes energy first, and then health when you have no energy left.