bates64 / chronofist

Combat platformer where time is not on your side. Can you ressurrect the ancient art of Chronomancy and save Tempstead? (Game Off Jam 2022)
https://nanaian.itch.io/chronofist
1 stars 0 forks source link

Player health & death #36

Closed bates64 closed 1 year ago

bates64 commented 1 year ago

Design decisions:

Programming:

bates64 commented 1 year ago

From @MrN830:

would be cool for the screen to freeze when you take fatal damage or run out of time before playing the death animation kinda like kirby https://www.youtube.com/watch?v=g3-8JpCT9DU

bates64 commented 1 year ago

I am team discrete

MrN830 commented 1 year ago

I am also team discrete for the player, but not for enemies. We can implement it the same way programmatically just by having every enemy attack deal 1 damage and the player's health being presented as a discrete value, but player attacks and enemy health pools will have much higher values.