{% extends "_default.html" %} {% block head %}
Arena ID:
Use server-side robots (up to 4) in the arena, one per line
Sample code for some of the preloaded robots is available
Hybrid testing? Use the MANUAL option and connect a robot from the browser
Delete lines from the text box to remove robots that are not needed
Copy and paste uploaded robot IDs into the text box to add custom robots
Upload robots via the Robot Manager or an arena Robot Control Panel
&numOfRobots=...
prepares the correct number of robots
&manualBrains=...
prepares which brains to use
&forceNew=1
ensures arena is restarted and brains are reloaded
context
to clipboard,
wider robot control panel buttons
context
;
improved page design and documentation
context.state
- this is the input to your robot brain and it looks like this:context.action
- this is the output your robot brain produces to control the robot:
desiredAngle
): a number in radiansdesiredForce
): a number representing thrust - you don't have brakes!desiredLaunch
): a boolean value, 1 projectile for every 2 framesdesiredScan
): a number representing distance: farther is narrower, closer is wider