Is this game a win for white?

Sort:
Squishey

Found a bug in live chess system of chess.com. In a game I was watching here: https://www.chess.com/analysis/game/live/4919036363, this position arised and the black player ran out of time but the game was ruled a draw by chess.com. The white player should have been awarded the win as a mating position is still legally possible.

Black can promote his pawn to a bishop and run his king to the corner to be mated like this:

Under the FIDE laws of chess, this game should be ruled a win for white.

notmtwain

But chess.com isn't owned by FIDE and they decided to do it more simply and practically.

99.99999999% of practical positions with a single bishop against a rook and pawn would not result in a mate given by the bishop.

The programming is undoubtedly much simpler.

 

 

 

krikorian12
notmtwain wrote:

But chess.com isn't owned by FIDE and they decided to do it more simply and practically.

99.99999999% of practical positions with a single bishop against a rook and pawn would not result in a mate given by the bishop.

The programming is undoubtedly much simpler.

 

 

 

Yes, this type of thing would be a nightmare to program / probably impossible to do for all of the possible exceptions like this since its not something that can be easily automated.

krikorian12

Cool find regardless though.