2D gfx game proto
You can simply dowload it on official dowload page.
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
Xondara
is licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.