Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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!

(6 edits) (+1)

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.