|
OK, the text adventure game, NPCs can be represented by objects of different classes.
Basically yes you could do it procedurally, but if later on you wanted to expand the games o it would use a graphical interface you could just expand on the classes you already wrote and wouldn't have to start from scratch.
|