A Bit Lost
About
A Bit Lost is a simple puzzle game run from the command line. Help a lost bit escape a sea of bytes, using the bitwise operations AND and XOR to advance and get the correct bit values through the exits.
A Bit Lost is an entry for 2022's C Jam (https://itch.io/jam/c-jam), commemorating the 50th anniversary of the C programming language. The theme for the jam was "bitwise."
The source code for A Bit Lost is available on GitHub at https://github.com/jessewdouglas/abitlost.