ashish2199 / Aidos

A beginner friendly project with aim of creating our own version of Bomberman.
GNU General Public License v3.0
41 stars 27 forks source link

KillableEntity? #23

Closed ItsStolas closed 6 years ago

ItsStolas commented 6 years ago

I was wondering if we should make a KillableEntity, to separate out the death and health code from MoveableEntity, as it doesn't seem to fit too well to me.

HarrisJT commented 6 years ago

I see what you mean. Would an unmovable entity that is killable be like walls/doors that can be hit? Should entity just extend moveable/killable?

ashish2199 commented 6 years ago

Yeah we can have that. I don't see any problem with that.

ItsStolas commented 6 years ago

@HarrisJT yeah that was my thoughts :)