Scroll to navigation

ROBOCODE(6) User Commands ROBOCODE(6)

NAME

Robocode - Java programming game with battle tanks

SYNOPSIS

robocode [-?] [-help] [-cwd path] [-battle filename [-results filename] [-record filename] [-recordXML filename] [-replay filename] [-tps tps] [-minimize] [-nodisplay] [-nosound]

DESCRIPTION

-? or -help
Prints out the command line usage of Robocode
Change the current working directory
Run the battle specified in a battle file
Save results to the specified text file
Record the battle into the specified file as binary
Record the battle into the specified file as XML
Replay the specified battle record
Set the TPS > 0 (Turns Per Second)
Run minimized when Robocode starts
Run with the display / GUI disabled
Run with sound disabled

Java Properties include:

Set the working directory
Set the robots directory (default is 'robots')
Set the battles directory (default is 'battles')
Enable/disable Robocode's security manager
Enable/disable debugging used for preventing robot timeouts and skipped turns, and allows an an unlimited painting buffer when debugging robots
Log messages and warnings will be disabled
Log errors will be disabled
Enable/disable access to peer in robot interfaces
Enable/disable parallel processing of robots turns
numbers

SEE ALSO

java (1)

October 2014 Java programming game