https://pine32.be - © pine32.be 2026
Welcome! - 117 total posts. [RSS]
A Funny little cycle 2.0 [LATEST]


Search 117 posts with 49 unique tags


#1772925659


[ mimir | chess ]

Mimir is up to version 1.2 in the mean time and available on Lichess. It is still not super strong but a fun challenge as a human if you give yourself enough time.

https://lichess.org/@/MimirBot

The setup was relatively simple using the lichess-bot adapter. Just plugin in my UCI engine and the API key.

#1772138346


[ mimir | odin | chess ]

Mimir V1 is done! The last commit for V1 was adding UCI, which took a bit of testing because it needs some small async things. But it is working now, and I immediate put it up against Stockfish 18. of course not the full version, I limited it using the UCI_Elo option to 1600 elo. Still feels like a fair starting point for Mimir’s first game ever. And it won convincingly with no major mistakes. This is of course not a full evaluation, but now that it works with UCI, I can start building my full test suite to get a real Elo value for this first version. This is of course still the start!

gif of chess game

Download PGN

#1771316193


[ mimir | odin | chess ]

I have been working again on my chess engine writing in Odin, Mimir. It is still far from finished but it is now able to complete a full perft test. This basically means that is able to generate all valid moves (and only valid moves) in every position given. Those move results are validated against known move counts so it is 99,99999 % correct. Next up is doing minimax algorithm and some board eval function. Then it should be able to play its first game. Will also write some more about Odin as I am getting used to it.