Class: Ryuuou

Ryuuou()

A piece that moves any number of squares orthogonally and 1 square diagonally

Constructor

new Ryuuou()

Source:

Methods

destinations(square, gameState) → {SquareSet}

The destinations that a ryuuou can move from a square on a board.
Parameters:
Name Type Description
square Square The origin square.
gameState GameState the game state being played on.
Source:
Returns:
Type
SquareSet