Tag Archive for 'COP'

Entity Systems in games

This is really interesting read about so-called Entity Systems and Component Oriented Programming. The inheritance pattern described is close to how I planed to arrange stuff in my small indie MMO. But after I read the article I’m leaning more to use Entities and Components with Systems which control them as described.