# | Score | Level | User | Status | Cause |
---|---|---|---|---|---|
{{ loop.index }} | {{ s.score }} | {{ s.level }} | {{ s.user }} | {{ s.status }} | {{ s.cause|default('-') }} |
Most active player | {{ stats.most_active }} |
---|---|
Max level | {{ stats.max_level }} |
Best killer | {{ stats.best_killer }} |
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.
brew install rogue
mkdir -p /usr/local/var/rogue
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.