aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
...
* feat: add Square enumeug-vs2023-01-21-0/+21
|
* refactor: do not pass u64 by referenceeug-vs2023-01-21-17/+16
| | | | | This is pointless since size of a pointer is also 64 bit on x64 systems, so we are not saving any memory at this point
* refactor: do not wrap Bitboard into structeug-vs2023-01-21-28/+49
|
* chore: add project fileseug-vs2023-01-20-0/+16
|
* feat: implement Bitboard.pop_count()eug-vs2023-01-20-16/+46
|
* feat: implement Display for Bitboardeug-vs2023-01-20-0/+19
|
* feat: hello, world!eug-vs2023-01-20-0/+3