Are there commands in robocode to solve this questions:
¿Is any way to changue the color only of a portion of the battlefiled where my robots are? Look foto
¿Can I rename the name of a robot while is in a battle?
You can use Debug Painting with your robot using the onPaint(Graphics2D) method and enable 'Paint' for your robot on the Robot Console for your robot. Read more here: http://robowiki.duckdns.org/index.php/Robocode/Graphical_Debugging (temporary wiki)
It is not possible to change the name of the bot during the battle.
Log in to post a comment.
Are there commands in robocode to solve this questions:
¿Is any way to changue the color only of a portion of the battlefiled where my robots are? Look foto
¿Can I rename the name of a robot while is in a battle?
You can use Debug Painting with your robot using the onPaint(Graphics2D) method and enable 'Paint' for your robot on the Robot Console for your robot. Read more here:
http://robowiki.duckdns.org/index.php/Robocode/Graphical_Debugging (temporary wiki)
It is not possible to change the name of the bot during the battle.