cbarrick@lemmy.world to General Programming Discussion@lemmy.mlEnglish · 1 year agoEncoding tic-tac-toe in 15 bitscbarrick.devexternal-linkmessage-square4linkfedilinkarrow-up110arrow-down11
arrow-up19arrow-down1external-linkEncoding tic-tac-toe in 15 bitscbarrick.devcbarrick@lemmy.world to General Programming Discussion@lemmy.mlEnglish · 1 year agomessage-square4linkfedilink
minus-squareglibg10b@lemmy.mllinkfedilinkarrow-up1·1 year ago15 bits is possible if you encode the state in base-3, where each digit represents one of the cells
15 bits is possible if you encode the state in base-3, where each digit represents one of the cells