Preparing search index...
The search index is not available
goban
goban
sortMoves
Function sortMoves
sort
Moves
(
moves
,
width
,
height
)
:
string
Returns a sorted move string, this is used in our stone removal logic
Parameters
moves
:
string
width
:
number
height
:
number
Returns
string
sort
Moves
(
moves
,
width
,
height
)
:
JGOFMove
[]
Parameters
moves
:
JGOFMove
[]
width
:
number
height
:
number
Returns
JGOFMove
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
goban
Loading...
Returns a sorted move string, this is used in our stone removal logic