robocode
Class Robocode
java.lang.Object
robocode.Robocode
public class Robocode
- extends Object
Robocode - A programming game involving battling AI tanks.
Copyright (c) 2001, 2010 Mathew A. Nelson and Robocode contributors
- Author:
- Mathew A. Nelson (original), Flemming N. Larsen (contributor), Pavel Savara (contributor)
- See Also:
- robocode.sourceforge.net
Method Summary |
static void |
main(String[] args)
Use the command-line to start Robocode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Robocode
public Robocode()
main
public static void main(String[] args)
- Use the command-line to start Robocode.
The command is:
java -Xmx512M -Dsun.io.useCanonCaches=false -cp libs/robocode.jar robocode.Robocode
- Parameters:
args
- an array of command-line arguments
Copyright © 2010 Robocode. All Rights Reserved.