Pawn moves

This commit is contained in:
cdricms
2024-07-01 17:18:10 +02:00
parent cf42721235
commit 8335db5888
6 changed files with 62 additions and 10 deletions

View File

@@ -75,7 +75,7 @@ public class Board: CustomStringConvertible, EventDelegate {
}
func notify(_ event: Event) {
#warning("Not implemented")
}
internal func addPieceToTarget(_ piece: Piece, target: Square.Position) {