Popularity
3.6
Growing
Activity
1.8
Growing
153
9
18

Programming language: Rust
Latest version: v0.0.1

rhex alternatives and similar packages

Based on the "Games" category.
Alternatively, view rhex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of rhex or a related project?

Add another 'Games' Package

README

rhex

Contributors welcome!

Rhex is looking for contributors. See Contributing page for details.

Introduction

Simple ASCII terminal hexagonal map roguelike written in Rust.

You can try the game without installing anything. Check rhex demo server instructions.

The core goal of the project:

  • ASCI/Unicode pure terminal UI first
  • hexagonal map with tactical positioning

It's also intendent to exercise and practice my Rust knowledge.

Previous iteration of this idea was/is: [Rustyhex][rustyhex] . This two project might merge into whole at some point.

Rhex is using [hex2d-rs - Hexagonal grid map utillity library][hex2d-rs].

Overview

rhex v0.0.3 screenshot

Watch rhex gameplay video:

asciicast

Running

Game requires terminal with 256 colors support, and Unicode font.

git clone https://github.com/dpc/rhex.git
cd rhex
cargo run --release

Note that you must to have the ncurses library installed and linkable for ncurses-rs to work. On Linux, this should be trivial. On OS X, consider installing ncurses using Homebrew. (Note that you have to force Homebrew to link the library to /usr/local/lib: brew link --force ncurses and set that path to LIBRARY_PATH environmental variable.)

Status

The game is playable but not feature and gameplay wise complete.

rhex is actively seeking collaborators. If you'd like to practice your Rust or/and find roguelikes interesting ping @dpc on rhex gitter channel and we can get your started.

Report problems and ideas