Pawn double jump bug

Sort:
Avatar of EditedBlue

When playing against computer and trying to move pawn two spaces forward to pass the diagonal of a computer pawn, the computer takes my pawn while it is still moving (e.g. As it passes the computer pawn's diagonal, during the double jump, the computer takes it before my move completes)

Maybe you can fix this by defining piece position immediately upon user input and not on piece's current position during the glide effect.

Avatar of RetiFan

Are you sure that it isn't en passant?

Avatar of DarkAngelCryo

You mean something like this? that's en passant. It's a perfectly legal move.

Avatar of Y_Ddraig_Goch

Yeah, this isn't a bug, it's just the rules of chess, your opponent is allowed to do that to you.

Avatar of ivandh

I think what he's referring to is a graphical issue. The computer takes his pawn before the image of the pawn has moved to its destination.

Avatar of EditedBlue

Yea that is it, I didn't know. Thanks for the help.