A chess variant is easiest to understand when you ask a precise question first: what part of the game definition changed? The answer may be the starting position, board geometry, available pieces, capture rule, objective, information model, player count or another explicit rule dimension.
That question is more reliable than the name attached to the game. Variant names drift across communities and platforms; rules determine what game is actually being played.
Variant, Mode, Time Control and Format Are Different Axes
Several unusual forms of chess are routinely called “variants” even when the orthodox move rules remain unchanged. Keep these layers separate:
| Layer | What changes? | Examples |
|---|---|---|
| Ruleset | Legal game state or winning conditions | Chess960, Crazyhouse, Atomic, Antichess |
| Mode of play | How players receive information or transmit moves | correspondence, blindfold, consultation |
| Time control | Clock allocation | classical, rapid, blitz |
| Competition format | How games/players are organized | match, Swiss, round robin |
| Implementation | One platform or software encoding | a site's Atomic profile, a GUI's Chess960 FEN dialect |
A single event can combine all five. A correspondence Chess960 tournament, for example, uses a Chess960 ruleset, correspondence mode, an event-specific time system, a chosen competition format and a particular server implementation.
Historical Relative Is Not the Same as Modern Variant
Shatranj, shogi, xiangqi, janggi and makruk belong to the wider chess family, but calling each one a “variant of FIDE chess” can reverse the historical relationship. A historical predecessor, a regional sibling and a deliberately designed modern variant are different relationships.
For historical games, record the reconstruction being used. For living regional traditions, describe their own rules and institutions first; comparison with FIDE chess is a reader aid, not a hierarchy.
Fairy Composition Is Another Distinct Context
A fairy condition inside an authored chess composition can modify movement, capture, rebirth or objectives. A playable chess variant is a repeatable game ruleset. The same mechanism may appear in both, but the context changes what must be documented: a composition needs a complete stipulation; a game needs a complete ruleset and ongoing state model.
The Ruleset Profile: The Minimum Useful Record
A reliable Ruleset Profile should answer enough questions that another player, developer or researcher can reproduce the same game without guessing.
Board and Setup
Record:
- board dimensions, shape and topology;
- whether pieces occupy squares or intersections;
- fixed or generated initial position;
- randomization algorithm or seed when relevant;
- reserves, extra boards or special regions.
“Chess board” is not enough once a game can use 9×9, 9×10, 10×8, hexagonal, cylindrical or multi-board geometry.
Pieces, Movement and Capture
For every non-orthodox piece or changed orthodox piece, define:
- movement;
- capture;
- blocking/hurdle behavior;
- ownership;
- royal status;
- promotion or transformation;
- what happens to identity after capture.
A piece name such as chancellor, elephant or cannon is not a complete movement rule because names can vary across games.
Royal Status and Check
Do not assume that a king behaves like the orthodox king. Ask:
- is it royal?
- does check exist?
- can the king be captured?
- may kings be adjacent?
- is king explosion or center entry an alternative win condition?
This single field separates many superficially similar misère, atomic and racing rulesets.
Compulsory Moves, Drops and Transformations
Record any obligation or state-changing move rule:
- mandatory capture;
- choice among compulsory captures;
- pocket/reserve drops;
- capture-to-hand;
- explosion or rebirth;
- piece transfer between boards;
- gating;
- hidden-information legality feedback.
These mechanics often change legal move generation more deeply than a new piece does.
Objectives and Result Rules
Specify all win, loss and draw conditions, including precedence when several can occur. Checkmate may coexist with a third-check win, center-entry win or elimination objective. Stalemate may be a draw, win, loss or irrelevant depending on the game.
Never import orthodox repetition or move-count rules unless the ruleset actually inherits them.
Promotion, Castling and En Passant
These “small” orthodox rules are common sources of incompatible implementations. Record whether each exists and exactly how it works. In Chess960, castling depends on rook identity and generalized start geometry. In some misère implementations, promotion choices or king status differ. In drop variants, captured promoted pieces may change identity before entering a pocket.
Information, Randomness and Player Structure
For non-standard systems, record:
- perfect versus hidden information;
- visibility algorithm and private/public state;
- pre-game versus in-game randomness;
- player count and turn order;
- fixed teams or free-for-all relationships;
- communication rules;
- coupled boards or shared resources.
A screenshot is not a sufficient state model for hidden-information or multiplayer chess.
Clock and Mode Rules
Some games couple clocks or allow strategic sitting; correspondence modes may use days rather than minutes; team games may terminate across boards. Treat time as part of the formal profile whenever it changes legal or competitive behavior.
Names, Authorities and Implementations
A catalog entry should distinguish:
- canonical name used by the chosen source;
- aliases and community names;
- inventor or earliest publication when known;
- rules authority or primary source;
- platform-specific implementation;
- effective or verification date.
Aliases are especially dangerous. Antichess, Losing Chess, Giveaway and Suicide Chess have been used for related but not universally identical games. Store the rules first and aliases second.
Rule Delta Is a Shortcut, Not the Whole Ruleset
For learning, it is useful to summarize a variant as a rule delta from a familiar reference game:
captured pieces enter your pocket and may be dropped on later turns.
That immediately suggests why Crazyhouse strategy changes. But a delta is not enough for software, adjudication or edge cases. The complete profile must still state pawn-drop rules, promoted-piece identity, castling, checks, draw rules and implementation version.
A Practical Classification Workflow
When you meet an unfamiliar chess activity:
- identify the underlying ruleset;
- separate mode, time control and competition format;
- find the best available rules authority;
- write the rule delta;
- complete the fields that can change legal moves or results;
- record implementation differences instead of smoothing them away;
- only then discuss strategy, notation, engines or historical attribution.
This ordering prevents a common failure: building a strategic explanation for a game whose rules were never actually fixed.