A two-player logic card game with perfect information — and relentless pressure.
Both players start with the same row of 0s and 1s and the same 8-bit target to hit. Each turn you place operator cards like AND, OR, XOR, COPY, or SWAP between opposing bits to change the 8-bit rows. Operators can stack and override each other, so the same bits can change quickly depending on what’s placed between them.
Flip the right bits at the right moments. The first player to match the 8-bit target wins.
The first player to exactly match the target byte with their bit cards wins.
COPY cards copy the value of the opposing bit onto your bit. Operator placements that have no effect are allowed.