<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chess/src/board/fen.cpp, branch main</title>
<subtitle>Chess engine written in C++</subtitle>
<id>https://a.bezdek.eu/chess/atom?h=main</id>
<link rel='self' href='https://a.bezdek.eu/chess/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/'/>
<updated>2026-08-23T09:38:59+00:00</updated>
<entry>
<title>refactor(fen): making fen parser do incremental bitboards instead of looping for each one</title>
<updated>2026-08-23T09:38:59+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-23T09:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=9a9cbe07f062ce7734ae2b7c6161c0e8ec4b0e4c'/>
<id>urn:sha1:9a9cbe07f062ce7734ae2b7c6161c0e8ec4b0e4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>featuare(fen): validating king counts before accepting fen string</title>
<updated>2026-08-18T12:22:55+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-18T12:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=fcc0dc87f04403c8073ab769d3046d32342e6c2a'/>
<id>urn:sha1:fcc0dc87f04403c8073ab769d3046d32342e6c2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moving enum around</title>
<updated>2026-08-13T14:48:15+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-13T14:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=ea0d0dcbf4b23f9ed84300b9771ca3b2deab1a18'/>
<id>urn:sha1:ea0d0dcbf4b23f9ed84300b9771ca3b2deab1a18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>folowing the lint suggestions</title>
<updated>2026-08-10T15:17:49+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-10T15:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=96791e7ab670176d25e313caf2a428e21ccef168'/>
<id>urn:sha1:96791e7ab670176d25e313caf2a428e21ccef168</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixing and updating</title>
<updated>2026-08-10T13:28:21+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-10T13:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=17fcc2cba9bf5fa6b52ce4eef7f96ce390c6a662'/>
<id>urn:sha1:17fcc2cba9bf5fa6b52ce4eef7f96ce390c6a662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>making fen parser be self contained</title>
<updated>2026-08-10T13:04:37+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-10T13:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=fa99aa2d53eb1f784b6e7bb4971cf36092488957'/>
<id>urn:sha1:fa99aa2d53eb1f784b6e7bb4971cf36092488957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a big hell of a commit</title>
<updated>2026-08-03T19:56:36+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-03T19:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=27e879c62ecc019591201b1b1068b0c41870cfab'/>
<id>urn:sha1:27e879c62ecc019591201b1b1068b0c41870cfab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>caching kign position</title>
<updated>2026-08-02T11:14:55+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-02T11:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=9d2a95f566c5cb31d92af969d052b665ccbea9be'/>
<id>urn:sha1:9d2a95f566c5cb31d92af969d052b665ccbea9be</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://a.bezdek.eu/chess/commit/?id=1b006985ba2381a29dd9aa34aec1dafbae224897'/>
<id>urn:sha1:1b006985ba2381a29dd9aa34aec1dafbae224897</id>
<content type='text'>
</content>
</entry>
<entry>
<title>making stricter cmake list and then fixing bug it found</title>
<updated>2026-07-31T18:11:01+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-07-31T18:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://a.bezdek.eu/chess/commit/?id=ee7815bad917cf880c147186a01679fb7ce46a8e'/>
<id>urn:sha1:ee7815bad917cf880c147186a01679fb7ce46a8e</id>
<content type='text'>
</content>
</entry>
</feed>
