AttackingOrDefending / pydraughts

A draughts (checkers) library for Python with move generation, PDN reading and writing, engine communication and balloted openings
MIT License
13 stars 5 forks source link

Add Example Scripts #1

Closed SriMethan closed 2 years ago

SriMethan commented 2 years ago

Add Example Scripts like https://github.com/niklasf/python-chess/tree/master/examples

AttackingOrDefending commented 2 years ago

The only example script that I can add is push_san.py but instead of san moves, I can use PDN moves, but I don't think it is needed because the README shows how to convert and push a move.