PieceType.grasshopper constructor

PieceType.grasshopper()

Moves and captures like a queen, but must jump over exactly one piece, and land on the square directly after it.

Implementation

factory PieceType.grasshopper() => PieceType.fromBetza('gQ', value: 180);