Module shakmaty::variant[][src]

This is supported on crate feature variant only.
Expand description

Chess variants.

These are games played with normal chess pieces but special rules. Every chess variant implements Setup, FromSetup and Position.

Structs

An Antichess position. Antichess is also known as Giveaway, but players start without castling rights.

An Atomic Chess position.

A standard Chess position.

A Crazyhouse position.

A Horde position.

A King of the Hill position.

A Racing Kings position.

A Three-Check position.

Enums

Discriminant of VariantPosition.

Dynamically dispatched chess variant Position.