Not necessarily as a problem with my project, but more so on the idea side. What would be the best way to go about this:
Say, a random amount of objects (between 8-20). [probably using a for loop], But spreading the objects apart randomly across the layout. Kind of like planets in space but none of them overlapping.
Whats a good way to spread things out or have random generation anyways? Or should I have some other guidelines so its not quite as random?
Any thoughts?