RuolinZheng08 / renpy-chess

A chess GUI built with Ren'Py, python-chess, and Stockfish. Version 2.0 of https://github.com/RuolinZheng08/renpy-chess-engine
https://r3dhummingbird.itch.io/renpy-chess-game
MIT License
71 stars 13 forks source link

Avoid rollback to avoid losing chess game state. #9

Closed devdanzin closed 3 years ago

devdanzin commented 3 years ago

Attempt to fix '[Bug] Scrolling moves to previous screen and resets game" by blocking rollbacks right before the chess screen is shown, then after it returns (to avoid rolling back into the chess game). Only tested in Windows.

Open to and welcoming any suggestions, criticisms, alternative designs and requests.

Thank you for this cool project! I hope to be able to help more!

RuolinZheng08 commented 3 years ago

@devdanzin Thanks for contributing! Great to have you on the project.