Open sugizo opened 1 year ago
@sugizo This is good idea, although adding support for new variants is currently our top priority. However, you are more than welcome to contribute to the project. The code you need can mostly be found in this file: https://github.com/niklasf/python-chess/blob/master/chess/svg.py.
nice to have svg or png support
like in python-chess, when execute board it will get svg or png draw but when execute print(board), it will show the ASCII, like py-draughts already have
board
ref https://python-chess.readthedocs.io/en/latest/
best regards