All tools › Cards and boards
Card shuffler
Shuffles and deals from a seed, so the same word gives everybody the same hands.
It runs entirely in this browser tab: nothing you type is uploaded, and every draw comes from a seed the result prints.
Settings
- Seed
- A word gives everybody who opens the link the same draw; empty draws a fresh one and shows it.
- Cards each
- Five for most card games, thirteen for a whole deck between four. A number from 1 to 26.
- Packs
- A casino shoe is six or eight; a game for eight players wants two. A number from 1 to 8.
- With jokers
- There are none in this deck, and the result says so rather than quietly ignoring it.
- Show the rest of the deck
- The undealt cards, which is what a solitaire wants and a poker table does not.
- Burn first
- A dealer's habit, and it changes the deal — which is why it is here rather than quietly not done. A number from 0 to 10.
How to use it
- Paste your text into the box above, or open a file.
- Adjust the settings beside it until the result is what you wanted.
- Copy the result, or save it as a file. The result updates as you type.
Questions
- Why does everything have a seed?
- So that a roll can be checked. A draw here is a function of its seed: the same word gives the same result to you, to the person you send the link to, and to the desktop build. Leave it empty and a fresh seed is drawn and shown, so you can pin a roll after the fact.
- Can I use this to deal cards for money?
- No. The generator is reproducible on purpose and invertible from a single output, which is what makes it useful here and useless for that. It is not a cryptographic source of chance and the result says so.
- Why is there no word list in the word finder?
- Because a usable one is larger than this whole application, and a small one is worse than none: it says “not a word” about words. The list comes from you, and the result says how many words it searched so a search that found nothing is visibly a short list.
- Does the chess reader have an engine?
- No: no evaluation, no best move, no opening book. What it does is replay a game on a real board, which is a fact about the rules rather than an opinion about the moves — and it stops at a move that will not play rather than reading past it.
Other tools for cards and boards
Poker odds
Counts every board where counting is possible, samples where it is not, and says which it did.
Basic strategy chart
The published play for a hand against a dealer card, with the rules that change it as settings.
Chess game reader
Replays a game move by move, draws the board at any of them, and names an illegal move rather than reading past it.
All nineteen tools