tomekbielaszewski / Ogame

Ogame clone created for coding practice
0 stars 1 forks source link

Creating new user with default building list #25

Open tomekbielaszewski opened 8 years ago

tomekbielaszewski commented 8 years ago

In original game there is building list per planet not per user - we need to have that in mind implementing this

tomekbielaszewski commented 8 years ago
ghost commented 8 years ago

We need relation between planet and user. How do you do want realize this relations?

tomekbielaszewski commented 8 years ago
  1. Planet can exist without player - abandoned planet
  2. Player can have max 8 planets (12 planets with max bonus from Capitol)

So just add owner (login) to the planet. Constraint of having 8-12 planets will be kept with business logic. Have you any other idea?

ghost commented 8 years ago

No, I have the same idea.