{% extends "_default.html" %} {% block head %} Arena :: RBN-CODE {% if not arenaonly %} {% else %} {% endif %} {% endblock %} {% block body %}
Consider Yourself Notified
Actions

Front Data

Note: Refreshing or pressing the browser back button will reset this arena. Use the share link below which contains the safe link that does not reset the arena.

{% if not arenaonly %}

Robot ID & Key

Robot ID:
Robot Key (very long):
click input boxes to select all text inside

Each arena comes with a Robot ID and Key pair, it can be used to test code directly on the server (server-side robot), instead of running it in browser (client-side robot).

Save the robot in this arena via the "upload" button in the Robot Control Panel. Reload a saved robot using the "retrieve" button.

Once a robot is uploaded, it can be loaded into any Server-side Run as long as the Robot ID is known. When configuring a server-side run, copy and paste the Robot ID into the text area, or replace an existing line there.

The Robot ID and Robot Key can also be used directly on the Robot Manager page.

Sharing a Robot ID will allow others to load the robot into an arena.

Keep the Robot Key secret, as it will allow others update the robot.

{% endif %}
{% endblock %} {% block postbody %} {% if not arenaonly %} {% endif %} {% endblock %}