How to manage enemy movement and shoot in a shmup?

Posted by whatever on Game Development See other posts from Game Development or by whatever
Published on 2011-02-19T00:43:33Z Indexed on 2011/02/19 15:33 UTC
Read the original article Hit count: 217

Filed under:
|
|

I'm wondering what is the best (or at least a good) way of managing enemies in a shoot-em-up.

Basically, what I'd do would be a class that manages displaying and updating positions of all the enemies. But how to create good deplacements for enemies? A list of where-to-go points? gravitating around some fixed points (with ponderation, distance evaluation etc.)?

Same question for the shoot patterns?

Can you please put me on a track?

© Game Development or respective owner

Related posts about c++

Related posts about movement