JammingJammerIsJammingToJam / space-trading-sim

A WIP Text Based Space Trading Sim
1 stars 2 forks source link

Figure out a way to procedurally generate 1000s of systems with planets. #2

Closed JammingJammerIsJammingToJam closed 2 weeks ago

JammingJammerIsJammingToJam commented 2 weeks ago

The planets will need specific types, specific goods that they specialise in and a procedurally generated name for each planet, each moon, each sun and each system. Also, have simple 3d coordinates for each so that we can calculate distances between systems.

JammingJammerIsJammingToJam commented 2 weeks ago

Have a look at test-spread.py, I've managed to create points. Next, implementation!