-
Notifications
You must be signed in to change notification settings - Fork 18
Demo server
To allow trying the game without installing Linux and/or Rust compiler, demo server is available.
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.
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.
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:
In case of troubles try:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
extert TERM=xterm-256color
ssh [email protected]
Launch "Terminal"
Type the following:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
extert TERM=xterm-256color
ssh [email protected]