Welcome to the Browser-Base Game Zone forums!
my Idea was to save a map with a seed, so it should be possible to create a seed with an Editor.
Quotemy Idea was to save a map with a seed, so it should be possible to create a seed with an Editor.Impossible. The PHP/JS seed is limited to 4 billion combinations (2^32), that's not even nearly enough to include in this number of combinations all theoretically possible states one of them being you map. The seed lenght alone would most likely exceed the size of the map Plus, the current technological level of human race is completely insufficient for things like that (it would take billions of billions years to calculate this using all computers we have, and I suspect I'm still too optimistic ).It's basicly like saying "let computer randomly generate some letters and statisticly these will include all books written in the past and in the future". It is absolutelly correct from the statistical point of view, no doubt, but the number of iterations for this is way beyond insanity.