Hello!
My game is played locally and I can generate a map with a random seed value. I want my users to all have the same seed and after 24 hours the seed changes. So that everybody can play the same map and send in their high scores. How can i randomize a seed every 24 hours? How do i make sure that different time zones still apply to the 24 hour seed?
I do not have a server or something similar that can run and change the seed. The game is only played locally on the clients computer except from sending in a high score after each level.
Thanks in advance