Original Post
I'm making a space based RTS game (2D). There are bunch of space ships that the player controls, e.g. he selects them and orders to move to some new location. Now, when the spaceships arrive at the new location I want to put some space between them. It's OK that they overlap each other while traveling, but not when stopped. What's a simple way to accomplish this? (I have no physics system.)