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.
Then just: make android_run - this will build .apk, install and run it.
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.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
ZoC is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.