Very good use of the theme! bitwise operators is a fun thing! However, I had a bug, where the robot would constantly start with 5 Os and would always win, because only Os were availabe to start. That kinda killed the joy of it, but the idea is really cool!
Viewing post in Bitwise jam comments
Thank you. The queue is random, so you probably just got very unlucky. Not exactly a bug per se, but there should be a mechanism to exclude trivial cases like this—I agree. Actually, the “real” game is supposed to be 2-bit, where trivial cases are much less likely. 1-bit is basically an introduction to the concept.