SuperFola / pataro

A generic and modular Roguelike game on top of libtcod - I'll be back soon, just need a break!
25 stars 3 forks source link

Revamped energy system #15

Open SuperFola opened 3 years ago

SuperFola commented 3 years ago

Currently, the player gains 1 energy ever turn, and can use it for anything: walking, attacking, picking up an object, using an object... The same (at least it should, iirc) applies to monsters which can see the player (if they are in the player field of view, they can gain energy ; this is a small optimization to avoid updating things you can't see).

It could be interesting