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,
};