Home
last modified time | relevance | path

Searched refs:KnightKingDist (Results 1 – 2 of 2) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_guessengine.cpp88 static const int KnightKingDist [8] = { 0, 10, 14, 10, 5, 2, 0, 0 }; variable
656 mscore += KnightKingDist[square_Distance(sq, enemyKing)]; in Score()
/dports/games/scid/scid/src/
H A Dengine.cpp89 static const int KnightKingDist [8] = { 0, 10, 14, 10, 5, 2, 0, 0 }; variable
534 mscore += KnightKingDist[square_Distance(sq, enemyKing)]; in Score()