PieceType.nightrider constructor

PieceType.nightrider()

A piece that can make any number of consecutive knight moves in the same direction.

Implementation

factory PieceType.nightrider() => PieceType.fromBetza('N0', value: 500);