πWoof! How Neiro Runner Keeps It Fair!
Hey there, pup pals! πΎ Ready to learn how we make sure everything's fair in Neiro Runner? Let's dive into the paw-some details of our Provably Fair system!
Check the Result
To see how the two hashes gave the winning number, follow these steps:
Combine Seeds:
First, mix the server_seed and client_seed into one string. The server_seed comes first, then the client_seed. Easy peasy!
Generate Hash:
Use a SHA3-256 hash generator to hash the combined string. You can find many online SHA3-256 generators, like this one [link].
Convert to Integer:
Take the hash and convert it to an integer using hexadecimal conversion. Here's a little code snippet to show you how we do it:
Calculate Multiplier:
Use the integer random_number_int to calculate the multiplier. Check out the code below:
Compare the Results
Woof! Now you can get the calculated multiplier and compare it to the multiplier at the end of the game. This way, you can be sure itβs a fair game! Just follow these steps and see how we keep things transparent and fun for everyone.
So, wag those tails and enjoy your time in Neiro Runner, knowing weβve got your back with fairness and transparency! πΆπ
Last updated