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
57 stars 37 forks source link

Ability to toggle the engine off/on so you can move for both sides #17

Closed LabinatorSolutions closed 3 months ago

LabinatorSolutions commented 4 years ago

A feature to turn on and off the chess engine would be helpful for many reasons.

  1. It would allow two players to play together on the same device.
  2. It would allow the player to move the pieces for both sides, analyze the board, then toggle the engine when required.
LabinatorSolutions commented 4 years ago

Special thanks to polo123qwe for implementing this feature. The user can now turn the chess engine on and off on desktop devices.

LabinatorSolutions commented 4 years ago

Please note that two new bugs have been added that relate to this new feature.

Whenever you have time, try to check them up.

https://github.com/LabinatorSolutions/stockfish-chess-web-gui/issues/19 https://github.com/LabinatorSolutions/stockfish-chess-web-gui/issues/20

Thank you once again for your work.

LabinatorSolutions commented 4 years ago

Update: Special thanks to @natehole for resolving issue #20 Only #19 is left before closing this issue.