Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Google Play link to the readme #675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,24 @@ Zemeroth is a turn-based hexagonal tactical game written in [Rust].
[facebook](https://fb.com/ozkriff.games) |
[devlog on imgur](https://imgur.com/a/SMVqO)

## Online Version

You can play an online WebAssembly version of Zemeroth at
## Versions
- Play an online WebAssembly version of Zemeroth at
[ozkriff.itch.io/zemeroth](https://ozkriff.itch.io/zemeroth)

## Precompiled Binaries

Precompiled binaries for Linux, Windows and macOS:
- Early access Android version via [Google Play](https://play.google.com/store/apps/details?id=rust.zemeroth)
- Precompiled binaries for Linux, Windows and macOS:
[github.com/ozkriff/zemeroth/releases](https://github.com/ozkriff/zemeroth/releases)

## Screenshots
## In-Game Screenshots & Gifs

!["big" screenshot](https://i.imgur.com/iUkyqIq.png)

!["campaign" screenshot](https://i.imgur.com/rQkH5y2.png)

![web version of a phone](https://i.imgur.com/cviYFkY.jpg)

## Gifs

![main gameplay animation](https://i.imgur.com/HqgHmOH.gif)

## Videos

[youtube.com/c/andreylesnikov/videos](https://youtube.com/c/andreylesnikov/videos)
For in-game video recordings see: [youtube.com/c/andreylesnikov/videos](https://youtube.com/c/andreylesnikov/videos)

## Vision

Expand Down Expand Up @@ -119,7 +112,7 @@ of the project is:
- [ ] Quest system
- [ ] NPC/Agent/Masters system

## Inspiration
### Inspiration

Tactical battle mechanics are mostly inspired by these games:

Expand All @@ -134,6 +127,8 @@ Tactical battle mechanics are mostly inspired by these games:

## Building from Source

### Binary

Install all [miniquad's system dependencies][mq_sys_deps].

```bash
Expand All @@ -144,7 +139,7 @@ cargo run

[mq_sys_deps]: https://github.com/not-fl3/miniquad/tree/b8c347b1bbuilding-examples

## WebAssembly
### WebAssembly

```bash
cargo install resvg
Expand Down