2025-11-08 00:00:00 +01:00
2025-11-08 00:00:00 +01:00
2025-11-08 00:00:00 +01:00
2025-11-08 00:00:00 +01:00

Play

Download the release for your platform, see Releases.
There is one file for linux and one for windows (.exe).

Linux

  • download the file binbreak-linux
  • open a terminal and navigate to the folder where you downloaded it, e.g. cd ~/Downloads
  • make it executable: chmod +x binbreak-linux
  • run the game: ./binbreak-linux

Instead of relying on prebuilt binaries, you can also build from source.

Build/Run from source

  • download the source code
  • make sure you have Rust and Cargo installed, see rustup.rs
  • open a terminal and navigate to the folder where you downloaded the source code, e.g. cd ~/Downloads/binbreak
  • build the project: cargo build --release

Run

cargo run --release

Test

cargo test
Description
No description provided
Readme MIT 11 MiB
Languages
Rust 98.1%
Shell 1.9%