Description
Create a robot to compete with your friends'.
Download the software for programming and RoboCode.
Then, program your robot and have fun!
Create a robot to compete with your friends'.
Download the software for programming and RoboCode.
Then, program your robot and have fun!
this is the robocode for SatanBot 1.8 /** * SatanBot 1.8 * SatanBot uses dodging, predictive firing, strafe closer, and stop n' go. * * @author Glen Takahashi * @date 6/8/08 * @version 1.8 */package gtt;import robocode.*;import robocode.util...
This is the very beta code for my robot SatanBot.This is far better than UberWall because it uses dodging and predictive targeting.I will post more updates later. import robocode.*;import robocode.util.*;import java.awt.*;public class SatanBot extends AdvancedRobot...
This is my first robot.I named it UberWAll because it only moves along the top wall.It is not very good and I have canceled any further development on this robot. import robocode.*;import java.awt.geom.Point2D;import java.util.*;public class UberWall extends AdvancedRobo...