PieceType.camel constructor

PieceType.camel()

Jumps 3 squares in one direction, 1 in the other. Like a long knight.

Implementation

factory PieceType.camel() => PieceType.fromBetza('C', value: 200);