Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.24 KB

Xondara

Build Status Dependency Status Clippy Linting Result license

2D gfx game proto

Requirements

Rust

You can simply dowload it on official dowload page.

How to build

Just clone this repo.

git clone https://github.com/Vinatorul/Xondara.git && cd Xondara

And then build it with cargo.

cargo build --release

The binary will be located at "target/release" folder.

To run game type

cargo run --release

License

Xondara is licensed under either of

at your option.