aboutsummaryrefslogtreecommitdiff
path: root/src/uci.cpp
AgeCommit message (Collapse)Author
8 daysadding zobrist hashingAdam
8 daysrefactor(board): refactoring move generation code into better and nice way + ↵Adam
adding debug command moves
9 daysfix(uci): validate moves before accepting themAdam
9 daysperf(draw) instead of having a hash map for three fold repetion check now we ↵Adam
have
9 daysFixing compiler errorsAdam
10 daysrenaming thingsAdam
10 daysimplementing memory optimazied move using uint16_t instead of a four ↵Adam
integers and one byte
14 daysremoving usuded importsAdam
14 daysimproving codeAdam
14 dayspolishingAdam
2026-08-11simpilifed codeAdam
2026-08-11improving the codeAdam
2026-08-10fixing more lint warningsAdam
2026-08-10aplying more fixesAdam
2026-08-10adding json based perft testsAdam
2026-08-08adding json outputAdam
2026-08-08adding time managementAdam
2026-08-04fixing bug and todosAdam
2026-08-03a big hell of a commitAdam
2026-08-03adding bitboard loggingAdam
2026-08-02adding colored piece bitboardsAdam
2026-08-02error hanglingAdam
2026-07-31using cpp check on this projectAdam
2026-07-31making stricter cmake list and then fixing bug it foundAdam
2026-07-31Removing usused importAdam
2026-07-31adding perftAdam
2026-07-31making it be mode readyAdam
2026-07-31changesAdam
2026-07-30improving botAdam
2026-07-30default depthAdam
2026-07-30fixngAdam
2026-07-30adding board printAdam
2026-07-29new folder structerAdam
2026-07-29adding load and save for transpotion tableAdam
2026-07-29adding depth supportAdam
2026-07-29implementing castlingAdam
2026-07-29saving cache to dishAdam
2026-07-29making cache have depthAdam
2026-07-29adding transpositionsAdam
2026-07-28renaming none to none pieceAdam
2026-07-28removing repl and unsuded featuaresAdam
2026-07-28optimazingAdam
2026-07-28changesAdam
2026-07-28fixing memory bugAdam
2026-07-28removing the logging from uciAdam
2026-07-27making it uci compatibleAdam
2026-07-27adding uciAdam