Zemeroth is a minimalistic, turn-based tactical game written in Rust that focuses on small-scale combat scenarios with a strong emphasis on strategic decision-making and emergent gameplay. It features hexagonal grid-based maps where players control a limited number of units, typically between three and six, in short, self-contained battles. The game is designed to simulate a digital tabletop experience, with mechanics such as reaction attacks, action interruption, and dynamic movement patterns that create highly interactive encounters. Zemeroth prioritizes simplicity in visual design, using clean 2D graphics and a limited number of sprites to maintain clarity and performance. It includes both native builds and a WebAssembly version that can run directly in the browser, demonstrating the flexibility of Rust-based game development. The project is structured to allow expansion into additional gameplay modes, including campaign systems and strategic layers.
Features
- Turn-based tactical gameplay on hexagonal grid maps
- Small-scale battles with a limited number of controllable units
- Mechanics such as reaction attacks and action interruption
- Minimalistic 2D graphics optimized for clarity and performance
- Playable in both native builds and WebAssembly browser version
- Expandable design with plans for campaigns and strategic layers