alexander-l-stone / RogueSpace

A rogue like about space exploration written with python's tcod library.
MIT License
0 stars 0 forks source link

Solar System generation is buggy(especially around number of planets) #10

Closed alexander-l-stone closed 3 years ago

alexander-l-stone commented 3 years ago

Solar system generation is somewhat buggy, especially around number of planets. This can easily be observed by enabling the oort cloud planets which will spam systems with rings. Seems like too high a ratio of planets spawn at the oort cloud level.

Not sure what causes this at all.