index
:
chess
main
Chess engine written in C++
Adam
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
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
adding zobrist hashing
Adam
9 days
removing maximum depth now insted we are gonna just have constant thinging ti...
Adam
14 days
polishing
Adam
2026-08-10
folowing the lint suggestions
Adam
2026-08-10
adding json based perft tests
Adam
2026-07-31
using cpp check on this project
Adam
2026-07-31
making it be mode ready
Adam
2026-07-29
adding testing new folder structer
Adam
2026-07-29
t
Adam
2026-07-29
adding transpositions
Adam
2026-07-28
removing repl and unsuded featuares
Adam
2026-07-28
preventing 3 fold repetion
Adam
2026-07-27
making it uci compatible
Adam
2026-07-27
adding uci
Adam
2026-07-27
big commit adding bot
Adam
2026-07-27
adding enpassant
Adam
2026-07-27
lot of changes
Adam
2026-07-26
adding repl
Adam
2026-07-26
checking if ci work
Adam
2026-07-26
checking if ci work
Adam
2026-07-26
making everything more strict + fixing the warnings/error
Adam
2026-07-26
improing code
Adam
2026-07-26
i am stupid
Adam
2026-07-26
making repl work
Adam
2026-07-26
adding move chenging to repl
Adam
2026-07-26
fixing
Adam
2026-07-26
adding move repl
Adam
2026-07-26
adding good readme
Adam
2026-07-25
fixing cli parsing
Adam
2026-07-25
adding get legal moves
Adam
2026-07-25
adding fen as optinal argument
Adam
2026-07-25
imprograming fen parser
Adam
2026-07-25
adding fen support
Adam
2026-07-25
formating
Adam
2026-07-25
adding print board
Adam