mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-12 00:52:40 +01:00
DroidFish: Display chess moves using localized piece names.
This commit is contained in:
@@ -48,7 +48,7 @@ public final class MoveGen {
|
||||
|
||||
/**
|
||||
* Generate and return a list of pseudo-legal moves.
|
||||
* Pseudo-legal means that the moves doesn't necessarily defend from check threats.
|
||||
* Pseudo-legal means that the moves don't necessarily defend from check threats.
|
||||
*/
|
||||
public final MoveList pseudoLegalMoves(Position pos) {
|
||||
MoveList moveList = getMoveListObj();
|
||||
|
||||
Reference in New Issue
Block a user