Class: OuBase

OuBase()

A piece that moves 1 space away.

Constructor

new OuBase()

Source:

Methods

destinations(square, gameState) → {SquareSet}

The destinations that an ou 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