summaryrefslogtreecommitdiff
path: root/src/engine/moves.h
AgeCommit message (Collapse)Author
2026-07-10moving header files to include directory & moving resources in it's own ↵Aargh Rai
directory i know currently there is race condition, but the code is getting too messy, i will continue to this after i make a vis tool to analyse how i should split up files & stuff the code rn needs intense restructing for it to make any more progress
2026-07-06removed unnescessary stuff + ipc with shared memory + somehow the build is ↵Aargh Rai
faster?
2026-06-02added move flagsAargh Rai
will try stockfish later dw
2026-05-28the moves now make it to the frontendAargh Rai
i know the issue which exists, where the server can't handle the request if i reload the page
2026-05-27restructingAargh Rai