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 tournament manager #37

Closed AttackingOrDefending closed 1 year ago

AttackingOrDefending commented 1 year ago

Only supports round robin for now.

codecov[bot] commented 1 year ago

Codecov Report

Merging #37 (2281825) into main (a17a78a) will decrease coverage by 0.26%. The diff coverage is 91.57%.

@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   97.24%   96.98%   -0.26%     
==========================================
  Files          20       21       +1     
  Lines        3011     3188     +177     
==========================================
+ Hits         2928     3092     +164     
- Misses         83       96      +13     
Impacted Files Coverage Δ
draughts/tournament.py 91.52% <91.52%> (ø)
draughts/PDN.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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