Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One earth per user... What goes in the Planets table? #156

Open
morgajel opened this issue Aug 28, 2014 · 2 comments
Open

One earth per user... What goes in the Planets table? #156

morgajel opened this issue Aug 28, 2014 · 2 comments
Assignees

Comments

@morgajel
Copy link
Contributor

If we have 10,000 users, we have 10,000 earths, moons, etc.
What are their names in the database?

username_earth?

How many planets are labeled like this? What about extra-solar planets?

@fbane
Copy link
Contributor

fbane commented Aug 28, 2014

Each player is assigned a random 9 digit code. Then this code can be applied as 323914_Earth.

Universe should be everything contained. Galaxy is stuff the furthest from earth and Solar System is earth and near earth.

Allow a certain amount of planets to be allowed in the galaxy at first with some named by players. The rest can be discovered.

@morgajel morgajel added this to the v0.4.0 release milestone Aug 29, 2014
@Belar
Copy link
Contributor

Belar commented Sep 1, 2014

It's not exactly Earth, it's earth-like (type of a planet). Earth as our planet will be a lore item, other than that people will be just assigned player_id <> planet_type on many to many basis. When you land on another "earth" (earth-like) you will be able to name it "MyAwesomeEarth".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants