Thank you very much. I'll definitely look into that. I'd need to be adding the ability for the player to move the ship but that's a simple enough thing to do and it's something I've done before. I guess having something, like orbiting moons could be another challenge. I do plan on developing this more after the jam.
Viewing post in Big Eddy's Heating and Cooling jam comments
Those are good ideas. Thank you very much for them! I've done a game before where a sprite always follows your mouse. It was a block breaker game where the paddle followed the horizontal movements of your mouse. It's not on here, however ^^' Making the mouse clicks work no matter where your mouse is is easy enough with a simple GetKeyDown(KeyCode.Mouse0)/GetKeyDown(KeyCode.Mouse1) and such which monitor the clicks and such. If you meant something else, sorry, i didn't understand what you meant.