MCPcopy Create free account
hub / github.com/coding-parrot/chess-engine / getMove

Method getMove

src/main/java/Engine.java:190–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188 }
189
190 public Move getMove() {
191 return move;
192 }
193
194 public Board getBoard() {
195 return board;

Callers 6

complexPositionMethod · 0.95
winQueenMethod · 0.95
endGamePgnMethod · 0.95
hardMateIn3Method · 0.95
mateIn4Method · 0.95
alphaBetaMethod · 0.45

Calls

no outgoing calls

Tested by 5

complexPositionMethod · 0.76
winQueenMethod · 0.76
endGamePgnMethod · 0.76
hardMateIn3Method · 0.76
mateIn4Method · 0.76