As my next project I would like to create a space invader clone. How would I store the aliens coordinates and make them move back and forth across the screen? To track the aliens would I use an array of structures or an array of ints?
This is a discussion on space invader cloning within the Game Programming forums, part of the General Programming Boards category; As my next project I would like to create a space invader clone. How would I store the aliens coordinates ...
As my next project I would like to create a space invader clone. How would I store the aliens coordinates and make them move back and forth across the screen? To track the aliens would I use an array of structures or an array of ints?
I would think that an array of structs or classes would be the best bet.
Away.