aboutsummaryrefslogtreecommitdiff
path: root/src/moves.cpp
AgeCommit message (Expand)Author
2026-07-29hellAdam
2026-07-29changesAdam
2026-07-29improving check generationAdam
2026-07-29dont alloce that much memoryAdam
2026-07-29implementing castlingAdam
2026-07-29optimazingAdam
2026-07-28renaming none to none pieceAdam
2026-07-28fixing the hell of a bugAdam
2026-07-28optimazingAdam
2026-07-28improving botAdam
2026-07-28optimazing the getlegal moves functionAdam
2026-07-28changesAdam
2026-07-28again fixing memory bugsAdam
2026-07-28fixing memory bugAdam
2026-07-28making bot do check and add knight tableAdam
2026-07-27adding uciAdam
2026-07-27fixing king captuare bugAdam
2026-07-27adding enpassantAdam
2026-07-27lot of changesAdam
2026-07-26adding replAdam
2026-07-26adding king and formatingAdam
2026-07-26Merge branch 'main' of https://github.com/AdamMegaRules/chessPeter B.
2026-07-26making everything more strict + fixing the warnings/errorAdam
2026-07-25implement pawn movement logic and add unit tests for pawn movesPeter B.
2026-07-25fixingAdam
2026-07-25fixing bugAdam
2026-07-25adding get legal movesAdam
2026-07-25adding struct for movesAdam