aboutsummaryrefslogtreecommitdiff
path: root/src/board.h
Commit message (Collapse)AuthorAgeLines
* tmp: save progress from @black-pearltmpeug-vs2023-06-26-11/+0
|
* feat: add initial attacksToSquareeug-vs2022-09-14-2/+9
|
* refactor: use lowerCamelCase for functionseug-vs2022-09-14-7/+7
|
* refactor: separate bitboard functionalityeug-vs2022-09-14-12/+8
|
* feat: compute pawn attack tableeug-vs2022-09-14-2/+4
|
* feat: precompute king attack tableseug-vs2022-09-14-0/+2
|
* feat: parse FEN to generate a boardeug-vs2022-09-14-0/+2
|
* feat: compute knight attack tableeug-vs2022-09-14-3/+31
|
* feat: add notationseug-vs2022-09-13-0/+3
|
* chore: setup primitive testing frameworkeug-vs2022-09-13-1/+1
|
* chore: initialize projecteug-vs2022-09-13-0/+29