首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个Robocode机器人试图击败其他的机器人。

一个Robocode机器人试图击败其他的机器人。

  • 资源大小:37.67 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 机器人 robocode 一个 其他 试图

资 源 简 介

kylan is a robocode robot that implements the following strategy: Movement: kylan attempts to move along the walls of the battlefield, changing directions if hit twice in a row or on a collision with another robot. Targeting: It attempts to scan for other robots while it is moving. Firing: When it scans another robot it fires based on the distance from the other robot. Distance < 100 fires at power 3, 100 < distance < 500 fires at power 2, distance > 500 fires at power 1. Vulnerabilities: It is most vulnerable when it is at a corner. It can get stuck in a corner when it gets hit multiple times because of the condition to change directions when hit twice in a row.

文 件 列 表

robocode-khh-kylan-1.1.1012
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
khh.Kylan_1.1.1012.jar
pmd.build.xml
sclc.build.xml
verify.build.xml
VIP VIP
0.177630s