Skip to content

Latest commit

 

History

History
91 lines (55 loc) · 1.99 KB

README.rst

File metadata and controls

91 lines (55 loc) · 1.99 KB

Zone of Control

license travis-ci appveyor-ci gitter

Overview

ZoC is turn-based hexagonal strategy game written in Rust.

http://i.imgur.com/ytI2tdk.png

Video: http://www.youtube.com/watch?v=srJAfngSwxk

Assets

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.

Building

make or cargo build.

Running

make run or cargo run or ./target/zoc.

(Tested in ubuntu 14.04 and win 8.1.)

Android

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)

Contribute

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.

License

MIT