index
:
chess
main
Chess engine written in C++
Adam
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uci.cpp
Age
Commit message (
Expand
)
Author
16 hours
feat(tests): adding hash testing to new tests
Adam
17 hours
refactor(tests): improving tests by creating testing cli app
Adam
3 days
refactor(search): making code nicer and little faster
Adam
5 days
refactor(hash): refactoring hash logic to be better
Adam
5 days
perf(board): making hashing use incremental XORs instead of rebuild from scratch
Adam
7 days
refactor(book): refactoring opening book code
Adam
7 days
adding zobrist hashing
Adam
8 days
refactor(board): refactoring move generation code into better and nice way + ...
Adam
9 days
fix(uci): validate moves before accepting them
Adam
9 days
perf(draw) instead of having a hash map for three fold repetion check now we ...
Adam
9 days
Fixing compiler errors
Adam
9 days
renaming things
Adam
9 days
implementing memory optimazied move using uint16_t instead of a four integers...
Adam
14 days
removing usuded imports
Adam
14 days
improving code
Adam
14 days
polishing
Adam
14 days
simpilifed code
Adam
14 days
improving the code
Adam
2026-08-10
fixing more lint warnings
Adam
2026-08-10
aplying more fixes
Adam
2026-08-10
adding json based perft tests
Adam
2026-08-08
adding json output
Adam
2026-08-08
adding time management
Adam
2026-08-04
fixing bug and todos
Adam
2026-08-03
a big hell of a commit
Adam
2026-08-03
adding bitboard logging
Adam
2026-08-02
adding colored piece bitboards
Adam
2026-08-02
error hangling
Adam
2026-07-31
using cpp check on this project
Adam
2026-07-31
making stricter cmake list and then fixing bug it found
Adam
2026-07-31
Removing usused import
Adam
2026-07-31
adding perft
Adam
2026-07-31
making it be mode ready
Adam
2026-07-31
changes
Adam
2026-07-30
improving bot
Adam
2026-07-30
default depth
Adam
2026-07-30
fixng
Adam
2026-07-30
adding board print
Adam
2026-07-29
new folder structer
Adam
2026-07-29
adding load and save for transpotion table
Adam
2026-07-29
adding depth support
Adam
2026-07-29
implementing castling
Adam
2026-07-29
saving cache to dish
Adam
2026-07-29
making cache have depth
Adam
2026-07-29
adding transpositions
Adam
2026-07-28
renaming none to none piece
Adam
2026-07-28
removing repl and unsuded featuares
Adam
2026-07-28
optimazing
Adam
2026-07-28
changes
Adam
2026-07-28
fixing memory bug
Adam
[next]