Skip to main content


As someone who hates programming and finds most of it grating, I spent way too much of my weekend writing recreational C

To be clear, it was fun
I was playing https://sgimenez.github.io/laby/ and trying to make a single robot that could solve every level, without storing state, while sticking to the rules like "the ant doesn't know if it's holding a rock" and "the ant can't look in any direction but 1 square forward"
Ok, not quite true, I had some counters