AttackingOrDefending / pydraughts

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

Add copy_faster #6

Closed AttackingOrDefending closed 2 years ago

AttackingOrDefending commented 2 years ago

copy_faster is more than 10x faster than copy but it doesn't transfer all the data. It was created for use in get_moves().