/zoc

Zone of Control - turn-based hexagonal strategy written in Rust.

Primary LanguageRustApache License 2.0Apache-2.0

Zone of Control

license loc travis-ci appveyor-ci gitter

News

This project is a work in progress and is still rough at the edges.

Read a summary of what happened last month in This Month in ZoC.

Downloads

Precompiled binaries for linux, win and osx: https://github.com/ozkriff/zoc/releases

Overview

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

Core game features are:

  • advanced fog of war
  • slot system (single tile fits multiple units)
  • reaction fire (xcom-like)
  • morale and suppression

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

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

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

Videos:

Assets

Basic game assets are stored in a separate repo: https://github.com/ozkriff/zoc_assets

Run make assets (or git clone https://github.com/ozkriff/zoc_assets assets) to download them.

NOTE: If I don't abandon the game in the early stages of development I'll 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.

Then just: make android_run - this will build .apk, install and run it.

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 have to apologize my English, I'm trying as best as I can. 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.

License

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.