资 源 简 介
| Basic Information |
|:------------------------------------------|
| Name: | Type: | Designed under: |
| tjo.Meteor | extends Robot | Robocode 1.7.3.2 |
General Strategy
|Contents|
|:-------|
| |
Movement
This robot moves ahead 100 pixels at a time, determining forward or backward motion by multiplying 100 by the byte variable called moveDirection, which is equal to +1 (forward) or -1 (backward).
Walls
This robot has two behaviors with regard to walls. If it hits a wall, it simply turns right 90 degrees and moves ahead 100 pixels forward or backward, as specified by moveDirection. If it detects that it has stopped, it checks whether it is near a wall and then tur
文 件 列 表
robocode-tjo-meteor-1.0.2011.10.20.13.27
src
.classpath
.project
build.xml
checkstyle.build.xml
common.build.xml
dependencyfinder.build.xml
dist.build.xml
emma.build.xml
findbugs.build.xml
ivysettings.xml
jacoco.build.xml
jar.build.xml
javadoc.build.xml
javancss.build.xml
junit.build.xml
pmd.build.xml
sclc.build.xml
tjo.Meteor_1.0.2011.10.20.13.27.jar
verify.build.xml