aboutsummaryrefslogtreecommitdiff
path: root/src/board/board.hpp
AgeCommit message (Collapse)Author
5 daysperf(board): making hashing use incremental XORs instead of rebuild from scratchAdam
6 daysperf(move): making undo move use incremental bitboard aproah instead of ↵Adam
generation from scrath each time
8 daysrefactor(board): refactoring move generation code into better and nice way + ↵Adam
adding debug command moves
9 daysperf(draw) instead of having a hash map for three fold repetion check now we ↵Adam
have
9 daysrenaming thingsAdam
9 daysimplementing memory optimazied move using uint16_t instead of a four ↵Adam
integers and one byte
11 daysadding a create move helper functionAdam
11 daysadding more memory efficnet helper functionsAdam
11 daysmoving enum aroundAdam
2026-08-10folowing the lint suggestionsAdam
2026-08-10fixingAdam
2026-08-10fixing lint errorAdam
2026-08-10making fen parser be self containedAdam
2026-08-02Adding bitboards and building themAdam
2026-08-02adding colored piece bitboardsAdam
2026-08-02caching kign positionAdam
2026-07-31using cpp check on this projectAdam
2026-07-31making stricter cmake list and then fixing bug it foundAdam
2026-07-31making fen parser betterAdam
2026-07-31keeping track of were all the pieces areAdam
2026-07-31changesAdam
2026-07-31making bitboards fileAdam
2026-07-30improving botAdam
2026-07-30adding bitboards structAdam
2026-07-29new folder structerAdam