@Lost_Oasis_Games as I was doing my platform game i had this issue and it forced me to add more code instead of using random cause every time i refreshed the pattern kept changing. This is really powerful , and it would save alot of time . Thanks for explaining!
Pseudo-random numbers are a sequence generated by applying a formula to a value. For the first number generated that value is the seed. For subsequent numbers the value used is calculated from the previous result.
Being able to change the initial seed means you can generate the same sequence over and over.
So if you set a seed in GS will it be the same for all users with the same seed number like Minecraft and such? Seems like along with sandbox/crafting games this could be good for making a "challenge of the day" for an arcade game too!
@Crazybreadman said:
So if you set a seed in GS will it be the same for all users with the same seed number like Minecraft and such? Seems like along with sandbox/crafting games this could be good for making a "challenge of the day" for an arcade game too!
@Crazybreadman said:
So if you set a seed in GS will it be the same for all users with the same seed number like Minecraft and such? Seems like along with sandbox/crafting games this could be good for making a "challenge of the day" for an arcade game too!
Comments
@Lost_Oasis_Games as I was doing my platform game i had this issue and it forced me to add more code instead of using random cause every time i refreshed the pattern kept changing. This is really powerful , and it would save alot of time . Thanks for explaining!
Bump
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
was just wondering whats the "seed" about. thanks for the video
My Apps
https://itunes.apple.com/de/artist/david-zobrist/id733552276
https://play.google.com/store/apps/developer?id=David+Zobrist&hl=de
Pseudo-random numbers are a sequence generated by applying a formula to a value. For the first number generated that value is the seed. For subsequent numbers the value used is calculated from the previous result.
Being able to change the initial seed means you can generate the same sequence over and over.
So if you set a seed in GS will it be the same for all users with the same seed number like Minecraft and such? Seems like along with sandbox/crafting games this could be good for making a "challenge of the day" for an arcade game too!
Yes
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Yes I explain this in the video
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS