Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coding-parrot/chess-engine
/ getScore
Method
getScore
src/main/java/Engine.java:186–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
public
double getScore() {
187
return
score;
188
}
189
190
public
Move getMove() {
191
return
move;
Callers
7
complexPosition
Method · 0.95
winQueen
Method · 0.95
endGamePgn
Method · 0.95
hardMateIn3
Method · 0.95
mateIn4
Method · 0.95
alphaBeta
Method · 0.95
iterativeDeepening
Method · 0.95
Calls
no outgoing calls
Tested by
5
complexPosition
Method · 0.76
winQueen
Method · 0.76
endGamePgn
Method · 0.76
hardMateIn3
Method · 0.76
mateIn4
Method · 0.76