Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install xonix
It will make the xonix command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall xonix uninstalls.
Back to the crate overview .
Readme
xonix
Remake of old pc game written in Rust.
Game is in a development!
Commands to build/run:
All commands execute from the parent folder (where the "Cargo.toml" file exists)
To build:
cargo build -- release
do not forget to copy binary file next to the assets folder before execution
To run:
cargo run
Screenshot