JammingJammerIsJammingToJam / space-trading-sim

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

Implementation of test-spread.py with next steps #5

Closed JammingJammerIsJammingToJam closed 1 month ago

JammingJammerIsJammingToJam commented 1 month ago

Create a system so that each system has planets with generated names and different goods to buy. These planets need to save to a file.

XSHORXHALIARO commented 1 month ago

Each moon is (planet name)-(number). Each planet is (star)-(position). Hence we only need code for the following: Names for stars (systems are (star name)-system) The amount of planets in each system The number of moons in each system. We could have creative names but this is way easier.

AdrianAgache commented 1 month ago

For planet names should we make random 3 letter combinations?

AdrianAgache commented 1 month ago

oops i didnt mean to close it

AdrianAgache commented 1 month ago

and should we make a list of different resources and label each planet of having 2-3 different main resources

JammingJammerIsJammingToJam commented 1 month ago

I have created a script to add 4 planets to each system (4 is more conveinient than any other number as it matches with the numbers of lines of text per system.