thomasahle / sunfish

Sunfish: a Python Chess Engine in 111 lines of code
https://www.chessprogramming.org/Sunfish
Other
2.95k stars 543 forks source link

No need to return the depth. #74

Closed Kooser06 closed 3 years ago

thomasahle commented 3 years ago

The depth is used in uci.py and xboard.py to display analysis. You are right in regards to sunfish.py itself though.