aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* feat: precompute king attack tableseug-vs2022-09-14-18/+46
* fix: correctly display test subtotalseug-vs2022-09-14-2/+4
* test: add more unit tests to FEN parsingeug-vs2022-09-14-4/+7
* test: group unittests into sectionseug-vs2022-09-14-8/+28
* feat: parse FEN to generate a boardeug-vs2022-09-14-0/+92
* feat: compute knight attack tableeug-vs2022-09-14-17/+81
* feat: add notationseug-vs2022-09-13-2/+23
* chore: setup primitive testing frameworkeug-vs2022-09-13-3/+57
* chore: initialize projecteug-vs2022-09-13-0/+82