Chess game reader

Loading…

All tools › Cards and boards

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.

It runs entirely in this browser tab: nothing you type is uploaded, and every draw comes from a seed the result prints.

Settings

At move
Nought is the end of the game, which is what pasting one usually means. A number from 0 to 300.
Show
The board is a diagram; the moves are a scoresheet; the header is everything but the game. Choices: The board, The moves, The header.
From black's side
The board turned round, which is how the player of the black pieces sees it.

How to use it

  1. Paste your text into the box above, or open a file.
  2. Adjust the settings beside it until the result is what you wanted.
  3. 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

Card shuffler
Shuffles and deals from a seed, so the same word gives everybody the same hands.

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.

All nineteen tools