<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chess/src/main.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-24T08:30:53+00:00</updated>
<entry>
<title>refactor(tests): improving tests by creating testing cli app</title>
<updated>2026-08-24T08:30:53+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-24T08:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=22718aea57fde4e325aea4c0d36d76b0d1609fa7'/>
<id>urn:sha1:22718aea57fde4e325aea4c0d36d76b0d1609fa7</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): implementing magic bitboards for faster move generation</title>
<updated>2026-08-18T18:55:21+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-18T18:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=a4024e15a807e26ddad04d6804742fab0d6c8c96'/>
<id>urn:sha1:a4024e15a807e26ddad04d6804742fab0d6c8c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(tests): making zobrist tests use json</title>
<updated>2026-08-18T12:02:01+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-18T12:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=dd4f969d156bbaa546911b3951211bb2245182ad'/>
<id>urn:sha1:dd4f969d156bbaa546911b3951211bb2245182ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(uci): making us print engine name using cerr instead of cout</title>
<updated>2026-08-18T11:51:24+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-18T11:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=2dbcd83cdb015485e20f54967d88d0dbb9cd2c44'/>
<id>urn:sha1:2dbcd83cdb015485e20f54967d88d0dbb9cd2c44</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>removing maximum depth now insted we are gonna just have constant thinging time of 7 seconds for now if no time controls are speficied</title>
<updated>2026-08-15T19:08:30+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-15T19:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=9702738db498cba05e7605afe1f48672f530e1a9'/>
<id>urn:sha1:9702738db498cba05e7605afe1f48672f530e1a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>polishing</title>
<updated>2026-08-11T08:27:17+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-11T08:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=54b882a31b1b6fb6ca49fd3b6877bac29207ff52'/>
<id>urn:sha1:54b882a31b1b6fb6ca49fd3b6877bac29207ff52</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://adam.bezdek.eu/chess/commit/?id=96791e7ab670176d25e313caf2a428e21ccef168'/>
<id>urn:sha1:96791e7ab670176d25e313caf2a428e21ccef168</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding json based perft tests</title>
<updated>2026-08-10T13:04:16+00:00</updated>
<author>
<name>Adam</name>
<email>adammegarules1@gmail.com</email>
</author>
<published>2026-08-10T13:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://adam.bezdek.eu/chess/commit/?id=6a39e28205d44e96da72728c0a3d4d6468962539'/>
<id>urn:sha1:6a39e28205d44e96da72728c0a3d4d6468962539</id>
<content type='text'>
</content>
</entry>
</feed>
