rook funkar inte

This commit is contained in:
loveb
2022-03-15 15:21:38 +01:00
parent fa60ce0174
commit ed07eecccb
4 changed files with 112 additions and 27 deletions

View File

@@ -17,6 +17,8 @@ public class Pawn extends Piece {
@Override
public LinkedHashSet<Point> validMoves(Piece[][] pieces) {
LinkedHashSet<Point> movable = new LinkedHashSet<>();
return new LinkedHashSet<>();
}