Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

three position repetition #112

Closed Vadman97 closed 5 years ago

Vadman97 commented 5 years ago

Implement #35 - technically according to FIDE rules the draw is not automatic, a player must claim the draw - we force for now

codecov[bot] commented 5 years ago

Codecov Report

Merging #112 into master will decrease coverage by 0.01%. The diff coverage is 82.5%.

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
- Coverage   76.63%   76.62%   -0.02%     
==========================================
  Files          29       29              
  Lines        2089     2113      +24     
==========================================
+ Hits         1601     1619      +18     
- Misses        454      457       +3     
- Partials       34       37       +3