28 lines
568 B
Text
28 lines
568 B
Text
{% extends "info/base" %}
|
|
|
|
{% block header %}
|
|
|
|
How to connect
|
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block info %}
|
|
|
|
<div class="help_content_2">
|
|
|
|
<h2>You run your bot at your own pc and connect over tcp.</h2>
|
|
<h3>Follow these commands to connect using <em>simple.py</em>.</h3>
|
|
|
|
<pre class="commands">
|
|
<code>
|
|
$ wget mozaic.zeus.gent/bot/runner.py
|
|
$ wget mozaic.zeus.gent/bot/simple.py
|
|
$ python3 runner.py -p 9142 --host mozaic.zeus.gent \
|
|
-n <Your name> -i <Id from the lobby> \
|
|
python3 simple.py
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
|
|
{% endblock %}
|