Test of a scrolling spaceship game So far there is no goal... Use the arrow keys to rotate and fire the rocket. Land on yellow areas on planets. The red planet will refuel you. Don't land too fast or too crooked or your ship will explode. To add in your own planets, just copy one of the other planets and give it a starting X and Y location and a planet number. You can change the gravity values if you want. Each planet should have a blue outline and a yellow area for landing (if you want to be able to land on it). The starting X and Y values should be between -1100 and 1100. Currently, the blue and green planet is at 0, 0 Magnie: I have added a space station, which has no gravity (nor artificial gravity) but you can refill your fuel tank there. I have made an addition: I've added a list called: Fuel Planets if you put the planet number in it, it will make that planet refill your fuel tank. I have added reverse thrusters and I have also made it kind of easier to land so you don't have to worry about slightly gooing to fast when landing. (The old one really got annoying)