Remove TODO about path collision

This is handled in the move function of the pieces.
This commit is contained in:
ekzyis 2024-09-26 07:11:44 +02:00
parent bbcd0b7725
commit d98c0c221d
1 changed files with 0 additions and 2 deletions

View File

@ -1001,8 +1001,6 @@ func (b *Board) getCollision(position string) (*Piece, error) {
return p, nil
}
// TODO: check if path is blocked by some piece
return nil, nil
}