{% extends "info/base" %} {% block header %} Format: Player turn (actions) {% endblock %} {% block info %}
        {
    “moves”: [
        {
            “origin”: “my boring planet”,
            “destination”: “my cool planet”,
            “ship_count”: 23
        }
    ]
}
    

Invalid commands are ignored by the game implementation.

If your bot crashes, you can reconnect but chances of winning are slim.

Your bot is allowed one second to compute its turn.

{% endblock %}