This page does not send any data to the server. All of the calculations happen right in your browser.

We've the following parameters:

If you are interested in checking the code behind this, please open app.js.

Client Seed comes from your browser and is never generated by the server.
Nonce starts from 1 and is a count for the games you play (associated to the particular server seed).
Server Seed is generated by the server. It is only shared with you after you rotate the seed.
This is the SHA-256 hash of the Server Seed shown prior to rotation of the seed.

         
This are the initial cards given to the user.

         
This are the coming cards.