libedax4dart library

dart wrapper for libedax

Classes

Board
dart representation of Board in libedax world,
BookCountBoardBestPathLowerLimit
LowerLimit constants for edaxBookCountBoardBestpath.
ColorChar
dart representation of Color Char in libedax world.
CountBestpathResult
dart representation of CountBestpathResult in libedax world.
Hint
dart representation of Hint in libedax world.
LibEdax
main class which call libedax api with ffi.
dart representation of Link in libedax world.
Move
dart representation of Move in libedax world.
MoveListWithPosition
dart representation of Set of MoveList and Position in libedax world.
MoveMark
dart representation of special Move in libedax world.
Position
dart representation of Position in libedax world.
Score
dart representation of Score in libedax world.
TurnColor
dart representation of Turn in libedax world.

Constants

boardSize → const int

Functions

move2String(int x) String
Convert playerd square to human readable String.
radix16Board(int bit) String
Radix 16 String.
score2String(int score) String
Convert score to String.
symetryMove(int x, int symetry) int
Get symetry move list.