index
:
chess
main
Chess engine written in C++
Adam
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
7 days
addding binary and build file to git ignore
Adam
8 days
refactor(board): refactoring move generation code into better and nice way + ...
Adam
8 days
refactor(ci) cleaning ci a little
Adam
8 days
refactor(board): using auto with static cast
Adam
8 days
refactor(board): making generate knight moves use const reference
Adam
8 days
refactor(board): refactoring pawn move generation code for better perfomance ...
Adam
9 days
fix(search) making quiecen search have same mid search logic as main search
Adam
9 days
refocator(ci): removig gitlab ci that no longer used
Adam
9 days
fix(uci): validate moves before accepting them
Adam
9 days
refactor(formating): fixing formating
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
removing maximum depth now insted we are gonna just have constant thinging ti...
Adam
9 days
renaming things
Adam
9 days
making bot thing more
Adam
9 days
implementing memory optimazied move using uint16_t instead of a four integers...
Adam
10 days
adding a tests folder in scripts
Adam
10 days
removing github ci and creating scripts for helping 'run ci at home'
Adam
10 days
test
Adam
11 days
making scripts folder instead of randomly putting scripts in root folder
Adam
11 days
adding a create move helper function
Adam
11 days
adding more memory efficnet helper functions
Adam
11 days
moving enum around
Adam
12 days
updating header file
Adam
13 days
fixing
Adam
13 days
fixing transpoition table bug
Adam
13 days
fixing syntax bugs
Adam
13 days
improvign bot by giving king endgame table
Adam
14 days
removing usuded imports
Adam
14 days
improving code
Adam
14 days
improving knight move gen code
Adam
14 days
removing useless checks
Adam
14 days
removing hard coded knight moves
Adam
14 days
modernizing the code
Adam
14 days
polishing
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
fixing isseu #1
Adam
2026-08-10
fixing even more lint warings
Adam
2026-08-10
folowing the lint suggestions
Adam
2026-08-10
fixing
Adam
2026-08-10
fixing lint error
Adam
2026-08-10
adding lint
Adam
2026-08-10
again maybe fix
Adam
2026-08-10
maube fixing
Adam
2026-08-10
fixing
Adam
2026-08-10
fixing
Adam
[next]