I am creating a space shooter game. So far you have a ship that moves, and a Scrolling bg. Exciting Isn¡¯t it.
I used to program in blitz basic and they had a thing called a type that could create multiple objects with multiple similar variables. Like if I were to create 20 alien ships with there own x positions and speed, witch I gave each a random value. Each LV I would add 5 more aliens to the LV until it became impossible. How could I create a type or something similar in C#. Also how can I give a variable a random value.