python-shogi icon indicating copy to clipboard operation
python-shogi copied to clipboard

A pure Python shogi library with move generation and validation and handling of common formats.

Results 14 python-shogi issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 23.1.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

nice to have svg or png support when execute print(board), it will show the ASCII, like python-shogi already have `print(board)` **result** ``` l n s g k g s n...

nice to have ability to extract more info from kif header **e.g.** End date: 「終了日時」 Tournament: 「棋戦」 Opening: 「戦型」 Heading? (TN: no idea): 「表題」 Time control (initial starting time on...

https://lishogi.org/variant/minishogi

## Issue When trying to parse CSA file in a Windows environment, the below error appeared due to not specifying the encoding format. ``` UnicodeDecodeError: 'cp932' codec can't decode byte...

### Overview - Completed the svg renderer to work properly. - Created a simple unit test file to check validity. ### Potential Improvements - size scaling of pieces. - improve...

I attached a comment, pv and value parser in CSA. It would be useful for the analysis of the playout in floodgate. Example of io is shown below input ```...

closes https://github.com/gunyarakun/python-shogi/issues/29

It's better to have these templates for comfortable development.

enhancement
help wanted

Would it be possible to add Conda support to python-shogi? Conda is used by many data scientists, as opposed to pypi, so having this library on Conda would be helpful...

enhancement