index
:
chess
main
Chess engine written in C++
Adam
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
7 days
refactor(all):
Adam
7 days
perf(board): implementing magic bitboards for faster move generation
Adam
7 days
featuare(fen): validating king counts before accepting fen string
Adam
7 days
fix(tests): making zobrist tests use json
Adam
7 days
refactor(uci): making us print engine name using cerr instead of cout
Adam
7 days
refactor(board): making king use same bitboard precompute bitboard style ↵
Adam
logic as knights
7 days
fix(book): making engine turn caslting moves into uci perpesentation only if ↵
Adam
there is a king
7 days
fix(book): fixing critical castling bug
Adam
7 days
refactor(book): refactoring opening book code
Adam
7 days
gitignore
Adam
7 days
fix(git): adding a kdevelop to gitignore
Adam
8 days
adding zobrist hashing
Adam
8 days
addding binary and build file to git ignore
Adam
8 days
refactor(board): refactoring move generation code into better and nice way + ↵
Adam
adding debug command moves
8 days
refactor(ci) cleaning ci a little
Adam
9 days
refactor(board): using auto with static cast
Adam
9 days
refactor(board): making generate knight moves use const reference
Adam
9 days
refactor(board): refactoring pawn move generation code for better perfomance ↵
Adam
and quality
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
have
9 days
Fixing compiler errors
Adam
10 days
removing maximum depth now insted we are gonna just have constant thinging ↵
Adam
time of 7 seconds for now if no time controls are speficied
10 days
renaming things
Adam
10 days
making bot thing more
Adam
10 days
implementing memory optimazied move using uint16_t instead of a four ↵
Adam
integers and one byte
11 days
adding a tests folder in scripts
Adam
11 days
removing github ci and creating scripts for helping 'run ci at home'
Adam
11 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
12 days
adding more memory efficnet helper functions
Adam
12 days
moving enum around
Adam
13 days
updating header file
Adam
13 days
fixing
Adam
14 days
fixing transpoition table bug
Adam
14 days
fixing syntax bugs
Adam
14 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
[next]