MCPcopy 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

getMoveListMethod · 0.95
getLegalMovesMethod · 0.95

Calls 1

getMovesMethod · 0.95

Tested by

no test coverage detected