LabinatorSolutions / stockfish-chess-web-gui

Responsive chess web GUI to play against the Stockfish 16 chess engine. Multiple web GUI implementations have also been included.
https://labinatorsolutions.github.io/stockfish-chess-web-gui/
GNU Affero General Public License v3.0
58 stars 40 forks source link

The takeback button does not work after checkmate, stalemate or draw #15

Open LabinatorSolutions opened 5 years ago

LabinatorSolutions commented 5 years ago

Taking back a move after a checkmate, stalemate, or a draw is important for absolute beginners since sometimes their game ends without having the ability to "takeback" and change its outcome.

The takeback button after the game ends would only navigate you to the past move rather than actually allowing you to play a different one. A player should be allowed to fully takeback a move to play another one even the game has ended.

gregorycode commented 5 years ago

I just played chess and the Takeback button worked fine. Maybe I do something wrong.

LabinatorSolutions commented 5 years ago

@Grigory57, thank you for your comment.

After "checkmate", "stalemate", or "draw", you won't be able to take back a move and play another move to change the outcome of the game. Pressing the takeback button only navigates you to the previous move rather than actually "taking it back".