#I'm making a multiplayer idle game
1 messages · Page 1 of 1 (latest)
I was thinking to switch this up by generating a random seed on my server, saving only that to the database.
Only the seed is sent back to the client, and then the client can generate everything itself with that random seed.
But I'd still need to somehow check this on the server and I'm not sure how to handle this.
Or is there a better/easier approach to do this?