In progress game about traveling to remote planets, retrieving resources from them, and returning home before your fuel and air run out, all while dodging foes. Use the left/right arrow keys to rotate the ship and the up arrow key apply thrust. Same controls in both space and lander mode. Once landed, hit down arrow to leave your ship, left/right to move, spacebar for your jetpack. Some neat features: * Uses a scrollx/scrolly movement model * The scrolling starfield for the background is created by cloning * Uses a "scene switching" model when transitioning between spaceflight and lander mode * Lots of trigonometry to do the ship's movement and the rotation of the "planet finder" arrows Still to do: * Collecting the resources on the planet (mining). * Enemies (asteroids in space, critters on land) * Multiple planets * Ship upgrades to buy with the minerals you bring back to Earth
Scrollx/scrolly background was based on "explore" by @2035198minnes ( http://scratch.mit.edu/projects/15774434/ )