Skip to content

Latest commit

History

History
86 lines (47 loc) 路 1.92 KB

README.md

File metadata and controls

86 lines (47 loc) 路 1.92 KB

Zemeroth

News: https://twitter.com/ozkriff

Devlog album: http://imgur.com/a/SMVqO

Downloads

Precompiled binaries for Linux, Windows, OS X and Android: https://github.com/ozkriff/zemeroth/releases

Overview

Zemeroth is a turn-based hexagonal tactical game written in Rust.

Assets

Game assets are stored in a separate repo: https://github.com/ozkriff/zemeroth_assets

Run git clone https://github.com/ozkriff/zemeroth_assets assets to download them.

Building

cargo build.

Running

cargo run.

Android

For instructions on setting up your environment see https://github.com/tomaka/android-rs-glue#setting-up-your-environment.

Then run ./do_android script:

android screenshot

License

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