ZoC is turn-based hexagonal strategy game written in Rust.
Video: http://www.youtube.com/watch?v=srJAfngSwxk
Basic game assets are stored in separate repo: https://github.com/ozkriff/zoc_assets
Run make assets
to download them.
NOTE: If game will not die in early stage of development I'm planning to release actual game resources under proprietary license.
make
or cargo build
.
make run
or cargo run
or ./target/zoc
.
(Tested in ubuntu 14.04 and win 8.1.)
For instructions on setting up your environment see https://github.com/tomaka/android-rs-glue#setting-up-your-environment.
Build apk-builder with assets_hack
feature:
cargo build --features assets_hack
Make sure that path in .cargo/config is correct.
Then just: make android_run
(rust-nightly is required).
(Tested on nexus7/android6)
Feel free to report bugs and patches using GitHub's pull requests system on https://github.com/ozkriff/zoc. Any feedback would be much appreciated!
NOTE: You must apologize my English level. I'm trying to do my best :) . Please open an issue if anything in docs or comments is strange/unclear/can be improved.