Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coding-parrot/chess-engine
/ getMoveList
Method
getMoveList
src/main/java/pieces/Queen.java:17–19 ·
view source on GitHub ↗
(Board board, Piece piece)
Source
from the content-addressed store, hash-verified
15
public
static
final
int
MAX_DISTANCE = 7;
16
17
public
static
LegalMoves getMoveList(Board board, Piece piece) {
18
return
Utils.getMoves(board, MAX_DISTANCE, movement, piece);
19
}
20
}
Callers
2
getMoveList
Method · 0.95
getLegalMoves
Method · 0.95
Calls
1
getMoves
Method · 0.95
Tested by
no test coverage detected