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 null move and push_move #14

Closed AttackingOrDefending closed 2 years ago

AttackingOrDefending commented 2 years ago

Changes:

Minor comments:

codecov-commenter commented 2 years ago

Codecov Report

Merging #14 (ff7a6c9) into main (c4a8d51) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   93.36%   93.42%   +0.06%     
==========================================
  Files          18       18              
  Lines        2727     2752      +25     
==========================================
+ Hits         2546     2571      +25     
  Misses        181      181              
Impacted Files Coverage Δ
draughts/PDN.py 100.00% <100.00%> (ø)
draughts/core/game.py 100.00% <100.00%> (ø)
draughts/core/move.py 100.00% <100.00%> (ø)
draughts/engines/dxp_communication/dxp_run.py 66.23% <100.00%> (-0.29%) :arrow_down:
draughts/engines/hub.py 91.04% <100.00%> (-0.05%) :arrow_down:

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