beatgammit / zoc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zone of Control

license loc travis-ci appveyor-ci dependency-ci gitter backhub

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 (multiple units per tile)
  • 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 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 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.

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 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.

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.

About

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

License:Apache License 2.0


Languages

Language:Rust 99.8%Language:Makefile 0.2%