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

Fix russian draughts bug #29

Closed AttackingOrDefending closed 1 year ago

AttackingOrDefending commented 1 year ago

Fix a bug in russian draughts, where we would allow moves that don't finish the whole capture sequence.

closes #28

codecov[bot] commented 1 year ago

Codecov Report

Merging #29 (a1fc371) into main (76ee4b9) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   97.74%   97.75%           
=======================================
  Files          20       20           
  Lines        3016     3025    +9     
=======================================
+ Hits         2948     2957    +9     
  Misses         68       68           
Impacted Files Coverage Δ
draughts/__init__.py 100.00% <100.00%> (ø)
draughts/core/game.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more