xonix

Crates.ioxonix
lib.rsxonix
version0.1.2
sourcesrc
created_at2023-06-15 14:46:32.137158
updated_at2023-06-15 14:46:32.137158
descriptionRemake of the old pc game xonix written in Rust and based on macroquad engine
homepage
repositoryhttps://github.com/denix666/xonix
max_upload_size
id891159
size1,372,369
Denis Salmanovich (denix666)

documentation

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

screenshot

Commit count: 11

cargo fmt