Wednesday, February 3, 2010

Draw Command

Game will call my ScapeFactory passing it the parameters of what it needs. ScapeFactory will create Scape objects which it will return to game via ScapeFactory. Game will keep a vector of active Scapes. Deleting old ones and adding new ones.

When Draw is called it will simply cycle through the vector and Draw each in turn.

No comments:

Post a Comment