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 a visual representation of the board #25

Closed AttackingOrDefending closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #25 (e52741d) into main (c84a66e) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   97.60%   97.63%   +0.02%     
==========================================
  Files          19       19              
  Lines        2759     2793      +34     
==========================================
+ Hits         2693     2727      +34     
  Misses         66       66              
Impacted Files Coverage Δ
draughts/core/game.py 100.00% <100.00%> (ø)
draughts/core/piece.py 99.07% <100.00%> (ø)

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