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

Enter q to quit and h for help #82

Closed InputBlackBoxOutput closed 3 years ago

InputBlackBoxOutput commented 3 years ago

One can now enter 'q' to quit and 'h' to get help while using sunfish in a CLI

thomasahle commented 3 years ago

Thanks for the PR! I'm not really interested in adding a lot of features to sunfish.py, but I've pushed a fancy.py script one can use to get more features in the terminal. Let me know if this works for you, and feel very free to add help and quit commands to that!