<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gacrux/src/engine/moves.c, branch master</title>
<subtitle>A UCI compatible chess engine in C

</subtitle>
<id>https://git.aarghrai.com/gacrux/atom?h=master</id>
<link rel='self' href='https://git.aarghrai.com/gacrux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/'/>
<updated>2026-07-20T15:44:44+00:00</updated>
<entry>
<title>simple ttable tests</title>
<updated>2026-07-20T15:44:44+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-20T15:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=1ebaab7b771c4c73be66895515f948ffe2394cc0'/>
<id>urn:sha1:1ebaab7b771c4c73be66895515f948ffe2394cc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed moved gen &amp; adding messages on asserts</title>
<updated>2026-07-18T08:34:14+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-18T08:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=9395e857db95481f6e2494d3a841632be0ff97c8'/>
<id>urn:sha1:9395e857db95481f6e2494d3a841632be0ff97c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed pawn gen, onto the next perf</title>
<updated>2026-07-18T08:34:14+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-16T17:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=c34b4c1b036058b2906556850cc4ded6ececcf89'/>
<id>urn:sha1:c34b4c1b036058b2906556850cc4ded6ececcf89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>magic bitboards via AI</title>
<updated>2026-07-18T08:33:55+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-16T10:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=f1c6f59ae02a9d9db50171a69032dc2409a0e6c6'/>
<id>urn:sha1:f1c6f59ae02a9d9db50171a69032dc2409a0e6c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>starting pos, move count, test pass</title>
<updated>2026-07-16T08:38:24+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-16T08:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=1a52152852ff29c727673fc80e8bf8eca5ed6365'/>
<id>urn:sha1:1a52152852ff29c727673fc80e8bf8eca5ed6365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restructed all the files + uci done now</title>
<updated>2026-07-13T16:28:18+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-13T16:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=f8c0dc54e36cc201c657aa12e5a22029b092e1bc'/>
<id>urn:sha1:f8c0dc54e36cc201c657aa12e5a22029b092e1bc</id>
<content type='text'>
also broke the symbol analyser in the process, i didn't help much, i had
to pull out the pen &amp; 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
</content>
</entry>
<entry>
<title>moving header files to include directory &amp; moving resources in it's own directory</title>
<updated>2026-07-10T10:31:57+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-10T10:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=a14da2fe3864712dab4e7c4cfb5c323026d668de'/>
<id>urn:sha1:a14da2fe3864712dab4e7c4cfb5c323026d668de</id>
<content type='text'>
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 &amp; stuff

the code rn needs intense restructing for it to make any more progress
</content>
</entry>
<entry>
<title>removed unnescessary stuff + ipc with shared memory + somehow the build is faster?</title>
<updated>2026-07-06T18:09:55+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-06T18:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=3c540db464f4034d0a393b076c79a26851f68f47'/>
<id>urn:sha1:3c540db464f4034d0a393b076c79a26851f68f47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added move flags</title>
<updated>2026-06-02T12:09:09+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-06-02T12:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=058f12c699c9183f93f280ad7eb54c8a1b25f523'/>
<id>urn:sha1:058f12c699c9183f93f280ad7eb54c8a1b25f523</id>
<content type='text'>
will try stockfish later dw
</content>
</entry>
<entry>
<title>the moves now make it to the frontend</title>
<updated>2026-05-27T18:39:50+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-27T18:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=c56cc12c154b3f21411d71e10f4e8a5a9682355b'/>
<id>urn:sha1:c56cc12c154b3f21411d71e10f4e8a5a9682355b</id>
<content type='text'>
i know the issue which exists, where the server can't handle the request
if i reload the page
</content>
</entry>
</feed>
