nodebox / seed

Procedural Content Generator
https://seed.emrg.be/
MIT License
22 stars 8 forks source link

WIP: Add seed to URL #11

Closed TanviKumar closed 6 years ago

TanviKumar commented 6 years ago

The seed is not saved when user tries to save. Do make suggestions on implementation.

stebanos commented 6 years ago

@TanviKumar I think it's a nice start but it doesn't follow the query string syntax (for example -L4uLB99JzFHMPcVoiTm?seed=GKB instead of -L4uLB99JzFHMPcVoiTm/GKB). Also I haven't tested your code but I don't think it actually loads the right seed in this case? It's just about changing the URL?

TanviKumar commented 6 years ago

@stebanos Yes, I'm still trying to figure that out.

TanviKumar commented 6 years ago

@stebanos Works now!

stebanos commented 6 years ago

Thank you! Great job!