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 support for unordered hub moves #24

Closed AttackingOrDefending closed 2 years ago

AttackingOrDefending commented 2 years ago

Order the captures of Hub moves.

closes #23

codecov[bot] commented 2 years ago

Codecov Report

Merging #24 (2735f45) into main (fef9c34) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   97.60%   97.60%           
=======================================
  Files          19       19           
  Lines        2758     2759    +1     
=======================================
+ Hits         2692     2693    +1     
  Misses         66       66           
Impacted Files Coverage Δ
draughts/core/move.py 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more