|
Project Information
Featured
Links
|
DaBeast is a Robocode robot implementing the following strategy: Movement: DaBeast moves to each of the four corners of the battlefield. First it goes to the upper left corner, then goes across the battlefield towards the lower right corner, then goes up to the upper right corner, then finally to the lower left corner. It continues this movement throughout the whole round. Targeting: It scans for enemy robots while it is moving. Firing: When it scans an enemy, it fires a bullet with medium strength. When an enemy robot hits DaBeast, it turns to face that enemy and fires full strength at it. |