summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2026-07-18zobrist hashingAargh Rai
2026-07-18magic bitboards via AIAargh Rai
2026-07-13restructed all the files + uci done nowAargh Rai
also broke the symbol analyser in the process, i didn't help much, i had to pull out the pen & paper, but it made a cool graph never the less multithreading was a pain! but it got it in the end fixed the structs naming convention, if it's used outside by other files, it's typedeffed, otherwise it's not fixed the recursive imports issued i had in go_args*, where i was casting it to void* in uci to make it work now response.c doesn't deal with ipc, really happy with that change now every single thing has its own responsibility
2026-05-27restructingAargh Rai
2026-05-27main.c message reached JSAargh Rai
2026-05-27went through all, but comms is workingAargh Rai
2026-05-26bishop & queenAargh Rai
2026-05-26rook movesAargh Rai
2026-05-22a simpler build setupAargh Rai
2026-02-25king DONEAargh Rai
2026-02-25knights DONE?Aargh Rai
2026-02-25pawns DONEEEAargh Rai
2026-02-25GOOGLE EN PASSANTAargh Rai
2026-02-24pawn forward movement works?Aargh Rai
2026-02-20some moves dynamic array setup & starting positionAargh Rai
2026-02-20hello worldAargh Rai