06. Feb 2012
Valentin Simonov on Programming
Posts Tagged ‘COP’
07
Nov
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.
Continue Reading | No Comments
Tags: Article, COP, Entity Systems, MMO
