Skip to content
Dawid Ciężarkiewicz edited this page Jan 22, 2016 · 5 revisions

Demo server

Introduction

To allow trying the game without installing Linux and/or Rust compiler, demo server is available.

Connecting

You'll need SSH client. On Windows most popular is putty, on Linux the standard OpenSSH is usually installed.

Point your ssh client to rhex.dpc.pw, use rhex as an username, and rhex123 as a password.

In case of any troubles, please, please join rhex gitter channel and report the problem. Also, check more detailed instructions below.

Putty

Rhex requires 256 colors terminal. Make sure Connection -> Data -> Terminal details -> Terminal-type string is xterm-256color

By default rhex in putty should look something like this:

rhex 0.0.3 in putty

Changing the font and aliasing settings would make it look even better.

OpenSSH

Make sure echo $TERM returns xterm-256color or something like it. Google "256 color terminal" to get idea about. Seriously, it's 2016 - your terminal should be already configured to support 256 colors.

Rhex should look something like this:

rhex v0.0.3 screenshot

Clone this wiki locally