<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chess/src/zobrist.cpp, branch main</title>
<subtitle>Chess engine written in C++</subtitle>
<id>https://adam.bezdek.eu/chess/atom?h=main</id>
<link rel='self' href='https://adam.bezdek.eu/chess/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/'/>
<updated>2026-08-20T08:41:26+00:00</updated>
<entry>
<title>refactor(hash): refactoring hash logic to be better</title>
<updated>2026-08-20T08:41:26+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-20T08:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=fa53cfa52d92d9306cd6f8bd227147ab0d4c2611'/>
<id>urn:sha1:fa53cfa52d92d9306cd6f8bd227147ab0d4c2611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf(board): making hashing use incremental XORs instead of rebuild from scratch</title>
<updated>2026-08-19T19:19:32+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-19T19:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=d10a05eb92423777c6ff32edd14a1bea32214801'/>
<id>urn:sha1:d10a05eb92423777c6ff32edd14a1bea32214801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(book): refactoring opening book code</title>
<updated>2026-08-18T09:26:44+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-18T09:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=419f931a8001ca1c8c5960d68ae6bdef53c76f16'/>
<id>urn:sha1:419f931a8001ca1c8c5960d68ae6bdef53c76f16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding zobrist hashing</title>
<updated>2026-08-17T18:01:05+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-17T18:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=c5891a499f180da91aa14ad7273f00092a7b3e45'/>
<id>urn:sha1:c5891a499f180da91aa14ad7273f00092a7b3e45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf(draw) instead of having a hash map for three fold repetion check now we have</title>
<updated>2026-08-16T09:22:34+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-16T09:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=8e47b8f9f8a017f25a1c9a9baba05b0bf9b12d2d'/>
<id>urn:sha1:8e47b8f9f8a017f25a1c9a9baba05b0bf9b12d2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>using cpp check on this project</title>
<updated>2026-07-31T18:27:02+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-07-31T18:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=1b006985ba2381a29dd9aa34aec1dafbae224897'/>
<id>urn:sha1:1b006985ba2381a29dd9aa34aec1dafbae224897</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding testing new folder structer</title>
<updated>2026-07-29T18:11:40+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-07-29T18:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=d528a20684570fb70f0e6b13a78bc6504a1edd89'/>
<id>urn:sha1:d528a20684570fb70f0e6b13a78bc6504a1edd89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implementing castling</title>
<updated>2026-07-29T14:18:52+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-07-29T14:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=1d6a6717ba088c3b89d50021f2bf6656eb564533'/>
<id>urn:sha1:1d6a6717ba088c3b89d50021f2bf6656eb564533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renaming none to none piece</title>
<updated>2026-07-28T17:04:46+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-07-28T17:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=ccb929172587fbfb8fb000d7992bdbbdac6f53ae'/>
<id>urn:sha1:ccb929172587fbfb8fb000d7992bdbbdac6f53ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>preventing 3 fold repetion</title>
<updated>2026-07-28T09:15:08+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-07-28T09:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=3109a2516e75072835f1998a9b702003781612d5'/>
<id>urn:sha1:3109a2516e75072835f1998a9b702003781612d5</id>
<content type='text'>
</content>
</entry>
</feed>
