You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dawid Ciężarkiewicz edited this page Feb 5, 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.
Windows (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:
Changing the font and aliasing settings would make it look even better.
Linux (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.