menu
cchess package
documentation
cchess.dart
ChessRule
chessWeight constant
chessWeight constant
dark_mode
light_mode
chessWeight
constant
Map
<
String
,
int
>
const
chessWeight
棋子初始权重
Implementation
static const chessWeight = { 'k': 99, 'r': 19, 'n': 8, 'c': 8, 'a': 2, 'b': 2, 'p': 1, };
cchess package
documentation
cchess
ChessRule
chessWeight constant
ChessRule class