All Projects β†’ ozkriff β†’ Zemeroth

ozkriff / Zemeroth

Licence: other
πŸ˜ βš”οΈπŸ˜ˆ A minimalistic 2D turn-based tactical game in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Zemeroth

Knights province
Knights Province missions and wiki.
Stars: ✭ 43 (-95.43%)
Mutual labels:  game, strategy, opengl
Rs Asteroids
A variation on the game Asteroids, written in Rust
Stars: ✭ 146 (-84.47%)
Mutual labels:  game, webassembly, wasm
Assortedwidgets
OpenGL GUI library
Stars: ✭ 92 (-90.21%)
Mutual labels:  opengl, webassembly, wasm
Raylib
A simple and easy-to-use library to enjoy videogames programming
Stars: ✭ 8,169 (+769.04%)
Mutual labels:  opengl, wasm, webassembly
Kam remake
"KaM Remake" is an RTS game remake written in Delphi from scratch.
Stars: ✭ 277 (-70.53%)
Mutual labels:  game, strategy, opengl
Sandspiel
Creative cellular automata browser game
Stars: ✭ 2,476 (+163.4%)
Mutual labels:  game, webassembly, wasm
Minijvm
Develop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .
Stars: ✭ 127 (-86.49%)
Mutual labels:  game, opengl, 2d
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+296.6%)
Mutual labels:  game, opengl, webassembly
Rustarok
Multiplayer, fast-paced Moba style game
Stars: ✭ 223 (-76.28%)
Mutual labels:  game, opengl, 2d
Pont
An online board game in Rust and WebAssembly
Stars: ✭ 218 (-76.81%)
Mutual labels:  game, webassembly, wasm
Zoc
⬑ Zone of Control is a hexagonal turn-based strategy game written in Rust. [DISCONTINUED]
Stars: ✭ 327 (-65.21%)
Mutual labels:  game, strategy, opengl
Rustynes
πŸ‘Ύ An NES emulator by Rust and WebAssembly
Stars: ✭ 399 (-57.55%)
Mutual labels:  game, webassembly, wasm
Effekseer
Stars: ✭ 728 (-22.55%)
Mutual labels:  game, opengl
Expo Crossy Road
πŸ₯πŸš™ Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. πŸ”
Stars: ✭ 701 (-25.43%)
Mutual labels:  game, opengl
Ssvm
SSVM is a high performance, extensible, and hardware optimized WebAssembly Virtual Machine for cloud, AI, and blockchain applications.
Stars: ✭ 751 (-20.11%)
Mutual labels:  webassembly, wasm
Awesome bot
βœ… Validate links in awesome projects
Stars: ✭ 697 (-25.85%)
Mutual labels:  travis-ci, circleci
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (-18.19%)
Mutual labels:  game, opengl
Korge
KorGE Game Engine. Multiplatform Kotlin Game Engine
Stars: ✭ 780 (-17.02%)
Mutual labels:  game, 2d
Wasmer Php
πŸ˜πŸ•ΈοΈ WebAssembly runtime for PHP
Stars: ✭ 796 (-15.32%)
Mutual labels:  webassembly, wasm
2d Spaceshooter
A very simple 2D space shooter game made with Unity
Stars: ✭ 6 (-99.36%)
Mutual labels:  game, 2d

title image

Github Actions dependency status mit license line count

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

Support: patreon.com/ozkriff

News: @ozkriff on twitter | ozkriff.games | facebook | devlog on imgur

Online Version

You can play an online WebAssembly version of Zemeroth at ozkriff.itch.io/zemeroth

Precompiled Binaries

Precompiled binaries for Linux, Windows and macOS: github.com/ozkriff/zemeroth/releases

Screenshots

"big" screenshot

"campaign" screenshot

web version of a phone

Gifs

main gameplay animation

Videos

youtube.com/c/andreylesnikov/videos

Vision

The initial vision of the project is:

  • Random-based skirmish-level digital tabletop game;
  • Single player only;
  • 3-6 fighters under player’s control;
  • Small unscrollable maps;
  • Relatively short game session (under an hour);
  • Simple vector 2d graphics with just 3-5 sprites per unit;
  • Reaction attacks and action’s interruption;
  • Highly dynamic (lots of small unit moves as a side effect of other events);
  • Intentionally stupid and predictable AI;

Roadmap

  • [ ] Phase One: Linear Campaign Mode

    An extended prototype focused just on tactical battles.

    • [x] v0.4
      • [x] Basic gameplay with reaction attacks
      • [x] Minimal text-based GUI
      • [x] Basic agent abilities: jumps, bombs, dashes, etc
    • [x] v0.5
      • [x] Basic campaign mode
      • [x] Armor and Break stats (#70)
      • [x] Dynamic blood splatters (#86)
      • [x] Web version
      • [x] Tests
      • [x] Hit chances
    • [x] v0.6
      • [x] Agent upgrades (#399)
      • [x] Flip agent sprites horizontally when needed (#115)
      • [x] Multiple sprites per agent type (#114)
    • [ ] GUI icons (#276)
    • [ ] Sound & Music (#221)
    • [ ] Reduce text overlapping (#214)
    • [ ] Move back after a successful dodge (#117)
    • [ ] Easing (#26)
    • [ ] Path selection (#280, #219)
    • [ ] Intermediate bosses
    • [ ] Main boss
    • [ ] Neutral agents (#393)
    • [ ] Weight component (#291)
    • [ ] Basic inventory system: slots for artifacts
    • [ ] Ranged units
    • [ ] More agent types
    • [ ] More passive abilities that allow agents to make actions during enemy's turn (#354)
    • [ ] More complex multieffect abilities/actions
    • [ ] Guide (#451)
    • [ ] Save/load (#28)
    • [ ] Android version
  • [ ] Phase Two: Strategy Mode

    A not-so-linear strategic layer will be added on top of tactical battles. Simple non-linear story and meta-gameplay.

    • [ ] Global map
    • [ ] Dialog system
    • [ ] Quest system
    • [ ] NPC/Agent/Masters system

Inspiration

Tactical battle mechanics are mostly inspired by these games:

Building from Source

Install all miniquad's system dependencies.

cargo install resvg
./utils/assets_export.sh
cargo run

WebAssembly

cargo install resvg
./utils/assets_export.sh
rustup target add wasm32-unknown-unknown
./utils/wasm/build.sh
cargo install basic-http-server
basic-http-server static

Then open http://localhost:4000 in your browser.

Dependencies

The key external dependency of Zemeroth is macroquad/miniquad.

This repo contains a bunch of helper crates:

  • zcomponents is a simple component storage
  • zgui is a simple and opinionated GUI library
  • zscene is a simple scene and declarative animation manager

Also, resvg is used for exporting sprites from svg.

Contribute

If you want to help take a look at issues with help-wanted label attached:

github.com/ozkriff/zemeroth/labels/help-wanted

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

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.

Zemeroth's text logo is based on the "Old London" font by Dieter Steffmann.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].