hrushikeshrv / chessengine

A WIP chess engine written in Python with no dependencies
https://chessengine.readthedocs.io/en/latest/index.html
MIT License
12 stars 12 forks source link

feat: Improve cli entry #26

Closed EltonChou closed 1 year ago

EltonChou commented 1 year ago

This change might relate to #13.

hrushikeshrv commented 1 year ago

Hi @EltonChou, thanks for this addition, looks great! However, I'll need to bump the minor version after I merge this, so I'll merge it after a few pending changes have been incorporated. 👍🏻

EltonChou commented 1 year ago

@hrushikeshrv I catched up the latest play.py, so it can be compatible with old version cli entry. Then you can update it smoothly.

hrushikeshrv commented 1 year ago

@EltonChou thanks!