index
:
chess
main
Chess engine written in C++
Adam
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
moves.cpp
Age
Commit message (
Collapse
)
Author
2026-07-31
keeping track of were all the pieces are
Adam
2026-07-31
improving performance
Adam
2026-07-30
optimazing
Adam
2026-07-30
improving bot
Adam
2026-07-30
making bot better and 50 move rule aware
Adam
2026-07-29
new folder structer
Adam
2026-07-29
hell
Adam
2026-07-29
changes
Adam
2026-07-29
improving check generation
Adam
2026-07-29
dont alloce that much memory
Adam
2026-07-29
implementing castling
Adam
2026-07-29
optimazing
Adam
2026-07-28
renaming none to none piece
Adam
2026-07-28
fixing the hell of a bug
Adam
2026-07-28
optimazing
Adam
2026-07-28
improving bot
Adam
2026-07-28
optimazing the getlegal moves function
Adam
2026-07-28
changes
Adam
2026-07-28
again fixing memory bugs
Adam
2026-07-28
fixing memory bug
Adam
2026-07-28
making bot do check and add knight table
Adam
2026-07-27
adding uci
Adam
2026-07-27
fixing king captuare bug
Adam
2026-07-27
adding enpassant
Adam
2026-07-27
lot of changes
Adam
2026-07-26
adding repl
Adam
2026-07-26
adding king and formating
Adam
2026-07-26
Merge branch 'main' of https://github.com/AdamMegaRules/chess
Peter B.
2026-07-26
making everything more strict + fixing the warnings/error
Adam
2026-07-25
implement pawn movement logic and add unit tests for pawn moves
Peter B.
2026-07-25
fixing
Adam
2026-07-25
fixing bug
Adam
2026-07-25
adding get legal moves
Adam
2026-07-25
adding struct for moves
Adam