So I am making a chess game and just finished the portion on how pieces can move. Simply, they move through set location and through checks if the piece is following the rules. However, I am now stuck at a problem. How do I check if the piece would be colliding with another piece on its way to its location? Since it's not technically moving, but rather more like disappearing and reappearing, the normal collision checks don't seem to work, so I was wondering if there was another way?
I can provide code if needed
