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?