cbarrick@lemmy.world to General Programming Discussion@lemmy.mlEnglish · 2 years agoEncoding tic-tac-toe in 15 bitscbarrick.devexternal-linkmessage-square5fedilinkarrow-up110arrow-down10
arrow-up110arrow-down1external-linkEncoding tic-tac-toe in 15 bitscbarrick.devcbarrick@lemmy.world to General Programming Discussion@lemmy.mlEnglish · 2 years agomessage-square5fedilink
minus-squareglibg10b@lemmy.mllinkfedilinkarrow-up1·2 years 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