Skip to main content
All CollectionsGames
How to Play Classic Dice?
How to Play Classic Dice?
COCO. avatar
Written by COCO.
Updated over a week ago

Classic Dice is a probability game based on blockchain hash value calculation and algorithm. In this game, the closer the number rolled by players is to the random number, the higher the probability of winning.

Roll Outcomes

In Classic Dice, only roll outcomes that hit the green area are winners. Players are not allowed to use their own dice, and the use of scripts is optional. Players assume full responsibility for any attendant risks.

Auto Mode Operation Instructions

Players can use the Auto Mode to play Classic Dice with the following instructions:

  • ON WIN: When you win, the next bet amount will 'increase by (your set)' or 'Rest to initial amount'.

  • ON LOSE: When you lose, the next bet amount will 'increase by (your set)' or 'Rest to initial amount'.

  • STOP ON WIN: Once the amount won (from start to this bet) is bigger/equal than (your set). auto will stop;

  • STOP ON LOSS: Once the amount lost (from start to this bet) may be bigger/equal than (your set), auto will stop.

Fairness Verification

The results in Classic Dice are calculated as follows:

  • First, combine your serverSeed, clientSeed, and nonce: combination = serverSeed + clientSeed + nonce.

  • Second, calculate the hash value of the combination with SHA-256. This gives us a 64-character hexadecimal string: hash = SHA-256 (combination).

  • Finally, take 8 characters of the hash and convert it to an int32 value. Then divide the converted value by 0x100000000, multiply it by 10001, and divide it by 100 to make the resulting number conform to the constraints of the dice range.

Note that a new seed must be set to verify the previous data. The server seed is encrypted, and the use of a script is optional.

House Edge

The Classic Dice game has a House Edge of only 1%, making it a fair and enjoyable experience.

In summary, Classic Dice is a fun and exciting game that is easy to play. With the Auto Mode option, players can enjoy a hassle-free gaming experience. And with a House Edge of only 1%, the game is fair and provides ample opportunities to win big.

Did this answer your question?