<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chess/src/board/board.hpp, 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-21T16:35:02+00:00</updated>
<entry>
<title>refactor(search): making code nicer and little faster</title>
<updated>2026-08-21T16:35:02+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-21T16:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=05035f72d77a18321d39e118ed28858b8c25bdad'/>
<id>urn:sha1:05035f72d77a18321d39e118ed28858b8c25bdad</id>
<content type='text'>
</content>
</entry>
<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>perf(move): making undo move use incremental bitboard aproah instead of generation from scrath each time</title>
<updated>2026-08-19T09:48:06+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-19T09:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=86393cf0e2344f81f59db87ec541c6a7ed55d651'/>
<id>urn:sha1:86393cf0e2344f81f59db87ec541c6a7ed55d651</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(board): refactoring move generation code into better and nice way + adding debug command moves</title>
<updated>2026-08-17T13:22:37+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-17T13:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=ad04f16e478357633c08174e844c8756f7892a32'/>
<id>urn:sha1:ad04f16e478357633c08174e844c8756f7892a32</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>renaming things</title>
<updated>2026-08-15T18:47:22+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-15T18:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=242b2022ae234e252fe410b276e6d7c971147980'/>
<id>urn:sha1:242b2022ae234e252fe410b276e6d7c971147980</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implementing memory optimazied move using uint16_t instead of a four integers and one byte</title>
<updated>2026-08-15T15:01:54+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-15T15:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=4eb36e67eca586a662298bfe8cc5392fbfa698e0'/>
<id>urn:sha1:4eb36e67eca586a662298bfe8cc5392fbfa698e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding a create move helper function</title>
<updated>2026-08-14T08:17:20+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-14T08:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=e4c3be3b28ffcf93b1f83aa075c89b77f102e704'/>
<id>urn:sha1:e4c3be3b28ffcf93b1f83aa075c89b77f102e704</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding more memory efficnet helper functions</title>
<updated>2026-08-13T16:31:44+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-13T16:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=de8f43c35b435674777eca98790ed3d086682ce4'/>
<id>urn:sha1:de8f43c35b435674777eca98790ed3d086682ce4</id>
<content type='text'>
</content>
</entry>
</feed>
