game-programming-patterns
game-programming-patterns copied to clipboard
Type Object Behavior problem
http://gameprogrammingpatterns.com/type-object.html#it's-harder-to-define-behavior-for-each-type Maybe we can use builder pattern? so its like the data from config mapped to Breed become the definition of the actual monster that you will actually build. Each breed have different sets of behaviours.