Class: Keima

Keima()

A piece that moves 2 forward and 1 to the side

Constructor

new Keima()

Source:

Methods

destinations(square, gameState) → {SquareSet}

The destinations that a keima 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