Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor board, cleanup #17

Merged
merged 6 commits into from
Feb 16, 2024
Merged

refactor board, cleanup #17

merged 6 commits into from
Feb 16, 2024

Conversation

clemenscodes
Copy link
Owner

  • refactor(board): generic encode trait implementation
  • refactor(board): automatic trait implementations for moves
  • refactor(board): piece symbols
  • refactor(board): fen constants associated with impl
  • refactor(board): pieces macro, remove is_illegal_move trait method

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2024

Codecov Report

Merging #17 (d9f7b0d) into main (6bf7279) will increase coverage by 0.96%.
The diff coverage is 57.65%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   64.03%   64.99%   +0.96%     
==========================================
  Files          62       61       -1     
  Lines        4154     3931     -223     
==========================================
- Hits         2660     2555     -105     
+ Misses       1494     1376     -118     
Components Coverage Δ
gui ∅ <ø> (∅)
api 54.43% <0.00%> (-2.15%) ⬇️
bitboard 95.65% <ø> (ø)
board 65.33% <60.95%> (+1.47%) ⬆️
controller 0.00% <ø> (ø)
draken ∅ <ø> (∅)
engine ∅ <ø> (∅)
game 47.40% <ø> (ø)
model 0.00% <ø> (ø)
uci 0.00% <ø> (ø)
view 0.00% <ø> (ø)

@clemenscodes clemenscodes merged commit 7f2e9b1 into main Feb 16, 2024
2 checks passed
@clemenscodes clemenscodes deleted the feature/uci branch February 16, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants