Skip to content

llogiq/zoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

528 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zone of Control

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

Overview

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

http://i.imgur.com/8BRTo4T.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.

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.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
Unknown
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 99.7%
  • Makefile 0.3%