Ferdinand Mosca
Ferdinand Mosca
It is more of a convenience and peace of mind that logs are saved to a file by just specifying, `-debug tuner_log.txt` while at the same time you can see...
Most uci engines does not implement the debug option as recommended by uci protocol. Engine authors instead implement its own logging. Example Stockfish, Komodo, Andscacs, Fire and others even my...
A. Table element  When user presses the move that event will return a value of move and fen. ``` e4 rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq e3 0 1 ``` The returned...
The ideal move list that I plan to implement would be something like the following image.  We can use a table element with more than 1 move in a...
Thanks for your PySimpleGUI and the chess demo, without it, it would have been too long for me to get a working chess GUI in python. I am currently looking...
Thanks, png icons for linux are working. Still there is issue in window.Disable() with PSG v4.15.2, both in Python 3.6 and 3.7 on win10 WSLinux Ubuntu 18.04. For Python 3.7.6...
The source in python is available. Both python source and exe worked in windows. I have not tried it yet with linux or mac. Please submit a PR if you...
Task is in progress. - [x] Don't crash the program if there is no linux engine in Engines folder - [x] Able to run linux engine and get its id...
Thanks I will update it.
> This small fix for OSX works to get engines directory filled with right content. > > In get_engines add .DS_Store to the ignore list > This is now implemented...