Guess the correct number (from binary to decimal) before time runs out!
Or lose a life trying.
Includes 16-bit mode as well, when you feel a little bit insane.
Includes multiple 4-bit modes, to train individual nibbles.
I discovered usability issues early on while testing on a monochromatic terminal emulator, and took this as a challenge to make it work well regardless of color perception.
The longer your streak, the more points you get, but the faster the timer runs out!
High scores are tracked for each game-mode separately, and saved in a text file relative to the executable.
Download the release for your platform, see Releases. There is one file for linux and one for windows (.exe).
binbreak-linux
cd ~/Downloads
chmod +x binbreak-linux
./binbreak-linux
For the best experience, I recommend using Cool Retro Terminal on Linux, or Windows Terminal in Retro mode. But the game should run fine in any terminal.
You be inclined to not run binaries from the internet, and want to build from source instead.
cd ~/Downloads/binbreak
cargo build --release
cargo run --release
cargo test