You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
Would be very useful to have a log file (or at least a log print output) at the end of the run. For instance, a log.txt file that has all the moves that were made in the run. You could even copy these moves and paste them into chess.com.
This shouldn't be too hard to implement, just have a list that gets updated whenever a move was made and write these changed to a file (you don't even need a list really).
The text was updated successfully, but these errors were encountered:
Would be very useful to have a log file (or at least a log print output) at the end of the run. For instance, a
log.txt
file that has all the moves that were made in the run. You could even copy these moves and paste them into chess.com.This shouldn't be too hard to implement, just have a list that gets updated whenever a move was made and write these changed to a file (you don't even need a list really).
The text was updated successfully, but these errors were encountered: