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:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
public
double getScore() {
159
return
score;
160
}
161
162
public
Move getMove() {
163
return
move;
Callers
4
mateInOne
Method · 0.95
mateInThree
Method · 0.95
mateInTwo
Method · 0.95
minMax
Method · 0.95
Calls
no outgoing calls
Tested by
3
mateInOne
Method · 0.76
mateInThree
Method · 0.76
mateInTwo
Method · 0.76