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/Rook.java:15–17 ·
view source on GitHub ↗
(Board board, Piece piece)
Source
from the content-addressed store, hash-verified
13
public
static
final
int
MAX_DISTANCE = 7;
14
15
public
static
LegalMoves getMoveList(Board board, Piece piece) {
16
return
Utils.getMoves(board, MAX_DISTANCE, movement, piece);
17
}
18
}
Callers
2
getMoveList
Method · 0.95
getLegalMoves
Method · 0.95
Calls
1
getMoves
Method · 0.95
Tested by
no test coverage detected