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

fix ui positioning #125

Closed Vadman97 closed 5 years ago

Vadman97 commented 5 years ago

swap black and white in the backend and mirror columns in the frontend (the UI displayed an illegal chess board because queen and king were flipped)

codecov[bot] commented 5 years ago

Codecov Report

Merging #125 into master will decrease coverage by 0.09%. The diff coverage is 95.31%.

@@            Coverage Diff            @@
##           master     #125     +/-   ##
=========================================
- Coverage   71.83%   71.74%   -0.1%     
=========================================
  Files          30       30             
  Lines        2251     2226     -25     
=========================================
- Hits         1617     1597     -20     
+ Misses        596      594      -2     
+ Partials       38       35      -3