Hacker News new | ask | show | jobs
by ipaddr 803 days ago
Unless it'a role playing game.
1 comments

I don't follow - role playing games are often most suited to ECS, because you want the kind of emergent gameplay that independent gameplay systems acting on component composition gives you - and the kind of flexibility it allows in composing weapons, spells, buffs/debuffs, and so on, vs a strictly hierarchical OOP approach.