GNOME Bugzilla – Bug 703183
No message when the player in Gnome-Chess is in a check situation
Last modified: 2014-01-07 21:13:40 UTC
1. Start Chess Game 2. Play against the computer or a human until you are in check 3. No message is displayed Expected result: pop up message to announce that you are in check Actual result: no pop up message to announce that you are in check unless it is a check mate.
I don't want to do a popup for this or use the infobar (the big thing at the top which displays the results of games), since those are both pretty disruptive. We could probably display a warning icon somewhere, which would make the situation immediately obvious without being disruptive.
Or color a path between the checking piece and the King. (Except for Knights.)
(In reply to comment #2) > Or color a path between the checking piece and the King. (Except for Knights.) Even for knights, you could color both the knight's square and the king's square. I think this would be adequate. I do think this should be implemented in some form.
Bug still present in gnome-chess 3.10.0 r1 (tested on Fedora 20).
The following fix has been pushed: a62746f Display a message if a human player is in check
Created attachment 265581 [details] [review] Display a message if a human player is in check