MCPcopy 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

getMoveListMethod · 0.95
getLegalMovesMethod · 0.95

Calls 1

getMovesMethod · 0.95

Tested by

no test coverage detected