Category:
Games Programming
January 3, 2012
Tags:
C++,
Design Pattern,
Game Engine
I’ve finally been getting some solid C++ development time in over the holidays and just the other day I got around to implementing a Factory design pattern object for the Radman Games library. For those not in the know a Factory is a pattern that eases creation of many similar objects. Essentially it allows you […]
read on