File: MyFirstRobot.properties

package info (click to toggle)
robocode 1.6.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,896 kB
  • ctags: 6,795
  • sloc: java: 35,724; xml: 408; sh: 90; makefile: 65
file content (18 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Robot Properties

#Fri Nov 02 17:17:44 EST 2001

robot.description=\                             A sample robot\n     Moves in a seesaw motion, and spins the gun around at each end\n     Turns perpendicular to the direction of a bullet that hits it

robot.webpage=http\://robocode.sourceforge.net/myfirstrobot/MyFirstRobot.html

robocode.version=1.0

robot.java.source.included=true

robot.author.name=Mathew Nelson

robot.classname=sample.MyFirstRobot

robot.name=MyFirstRobot