Random Chess Piece Generator

Pick a random chess piece -- pawn, knight, bishop, rook, queen, or king -- shown on its home squares, with how it moves and its point value, for drills, teaching, or chess variants.

How do the chess pieces move?

Each side starts with sixteen pieces: a king, a queen, two rooks, two bishops, two knights and eight pawns. The rook moves along ranks and files, the bishop diagonally, the queen either, the knight in an L that lets it jump over anything, and the king one square in any direction. Pawns are the awkward ones -- they advance one square, capture diagonally, may open with two, and promote to any piece on reaching the far rank. Rough values of nine for a queen, five for a rook, three for a bishop or knight and one for a pawn guide trades, but position regularly overrides them.

About this generator

This generator draws one of the six chess piece types -- pawn, knight, bishop, rook, queen, and king -- and shows its starting squares highlighted on a board diagram, along with a description of how it moves and what it's worth.

Every result here is drawn using crypto.getRandomValues() -- the Web Crypto API's cryptographically secure randomness -- instead of Math.random(), so it's genuinely unpredictable, not just statistically random. Learn more.

What people use it for

Beginners use it to learn each piece's movement and value one at a time. Teachers and parents use it as a flash-card drill for new players, and variant players use it for piece-themed challenges like 'win using only the piece you draw'.

How it works

Generate draws one piece at random using the site's cryptographically secure randomness, guaranteed not to repeat whatever result is currently showing in single-result mode. Each single result renders the piece's home squares on a board diagram with a description of its movement, value, and character; the Type filter narrows the pool to pawns, minor pieces, major pieces, or the king.

Common questions

What are the standard piece values?

The classical count is pawn 1, knight 3, bishop 3, rook 5, and queen 9, with the king beyond valuation since losing it loses the game. The descriptions cover where those numbers bend in practice.

What's the difference between minor and major pieces?

Knights and bishops are minor pieces; rooks and queens are major pieces, so called because a major piece plus king can force checkmate alone while a single minor piece cannot.

Only six results -- what's the use of randomizing?

It works like a die with personality: piece-restriction challenges, quick study drills, or deciding which piece to sacrifice first in a casual game. The board diagrams and descriptions carry the teaching value.

Related Generators

Chess Opening · Chess First Move · Chess960 Position · Chess Puzzle Theme · Famous Chess Player · Chess Term

All Sports & Games generators

Browse all generators