Skip to content
/ zoc Public
forked from ozkriff/zoc

Zone of Control - hex TBS in Rust.

License

Notifications You must be signed in to change notification settings

okpatil4u/zoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Zone of Control - hex TBS in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.7%
  • Makefile 0.3%