index
:
chess
main
Chess engine written in C++
Adam
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bot.cpp
Age
Commit message (
Expand
)
Author
2026-08-10
fixing isseu #1
Adam
2026-08-10
fixing even more lint warings
Adam
2026-08-10
incresing maximum depth
Adam
2026-08-08
adding time management
Adam
2026-08-02
caching kign position
Adam
2026-08-01
Update bot.cpp
Adam
2026-08-01
removing openning book
Adam
2026-08-01
adding book usage
Adam
2026-08-01
none
Adam
2026-08-01
adding node couting
Adam
2026-08-01
cleaning code
Adam
2026-08-01
optimalization and naming changes
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
Decresing time to something more resonable
Adam
2026-07-31
improving iterative deeping code
Adam
2026-07-31
changes
Adam
2026-07-31
improving default depth
Adam
2026-07-30
optimazing
Adam
2026-07-30
improving bot
Adam
2026-07-30
improving pawn tble
Adam
2026-07-30
making bot better and 50 move rule aware
Adam
2026-07-30
default depth
Adam
2026-07-29
new folder structer
Adam
2026-07-29
adding testing new folder structer
Adam
2026-07-29
adding depth support
Adam
2026-07-29
making bishops more valuable
Adam
2026-07-29
hell
Adam
2026-07-29
changes
Adam
2026-07-29
improving check generation
Adam
2026-07-29
early return when no legal moves, skipping sort call
Adam
2026-07-29
fixing cache bug
Adam
2026-07-29
improving the bot
Adam
2026-07-29
i hate something
Adam
2026-07-29
saving cache to dish
Adam
2026-07-29
optimazing
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
sorting legal moves to optimaze alpha-beta pruning
Adam
2026-07-28
fixing the hell of a bug
Adam
2026-07-28
optimazing
Adam
2026-07-28
fixing
Adam
2026-07-28
improving bot
Adam
2026-07-28
optimazing the getlegal moves function
Adam
2026-07-28
changes
Adam
2026-07-28
fixing memory bug
Adam
2026-07-28
making bot do check and add knight table
Adam
2026-07-28
removing the logging from uci
Adam
2026-07-27
adding uci
Adam
[next]