Rogue Scores

{% for s in scores %} {% endfor %}
# Score Level User Status Cause
{{ loop.index }} {{ s.score }} {{ s.level }} {{ s.user }} {{ s.status }} {{ s.cause|default('-') }}
{% if stats %}

Stats

Most active player{{ stats.most_active }}
Max level{{ stats.max_level }}
Best killer{{ stats.best_killer }}
{% endif %}

Help

Install Rogue

On GNU/Linux

wget http://rogue.rogueforge.net/files/rogue5.4/rogue5.4.4-src.tar.gz
tar xzf rogue5.4.4-src.tar.gz && cd rogue5.4.4
./configure --disable-debug --disable-dependency-tracking
[sudo] make install

You might want to patch config.h before running make to change the scores file’s path.

On OS X

brew install rogue
mkdir -p /usr/local/var/rogue

Upload your scores

To upload your scores, install the local script:

pip install rogue_scores

and run it:

rogue_scores

It’ll ask you which server to use the first time, enter {{ hostname }}. You can then run it periodically to update your scores.