Difference between revisions of "Exterminans2oo8"

From Robowiki
Jump to navigation Jump to search
(New page: {{Infobox Robot | box_width = 300px | author = Daniel "altglass" Dreibrodt | extends = AdvancedRobot | targeting = Virtual Guns : :[[...)
 
(update of my robot)
Line 8: Line 8:
 
:[[Linear Targeting]]
 
:[[Linear Targeting]]
 
:[[Mean Targeting|Average Linear Targeting]]
 
:[[Mean Targeting|Average Linear Targeting]]
| movement        = [[Anti-Gravity Movement]]
+
:[[GuessFactor Targeting|Circular GuessFactor Targeting]]
 +
| movement        = Random switching between:
 +
:[[Anti-Gravity Movement]]
 +
:[[Stop And Go|Teasing Movement]]
 
| released        = March 27th, 2008
 
| released        = March 27th, 2008
| current_version = alpha0328
+
| current_version = Build0329
| license        = None
+
| license        = If you use my code, your robot has to be open source and credit has to be given.
 
| download_link  = http://d-gfx.kognetwork.ch/robocode/altglass.Exterminans2oo8_alpha0328.jar
 
| download_link  = http://d-gfx.kognetwork.ch/robocode/altglass.Exterminans2oo8_alpha0328.jar
 
}}
 
}}
Line 19: Line 22:
  
 
Entered into RoboRumble on March 28th, 2008.
 
Entered into RoboRumble on March 28th, 2008.
 +
 +
==Movement==
 +
 +
For a random amount of time one of the following movement is chosen randomly. (With only 2 movements this is yet very unrandom)
 +
 +
===Anti-G Movement===
 +
 +
The walls and corners are Gravity spots, as well as the enemy.
 +
 +
Temporary gravity spots are spawned at the original driving destination of the bot, as soon as the enemy fires.
 +
 +
===Teasing Movement===
 +
 +
Some kind of [[Stop And Go]] Movement. Drives around randomly and then sits still. It first starts moving again when a specific amount of time has passed. This period is a little shorter than the time a bullet with the force 1 would need to travel from the enemies position when having started to sit to the bot's sitting position.
 +
 +
Might be upgraded like suggested on the [[Stop And Go]] page, so that it stops its movement as soon as the enemy shoots while yet moving.
 +
 +
==Targeting==
 +
 +
Several virtual guns are set up of which each tick the one with the best statistic is chosen to fire in "reality".
  
 
[http://d-gfx.kognetwork.ch/robocode Homepage of Exterminans2oo8]
 
[http://d-gfx.kognetwork.ch/robocode Homepage of Exterminans2oo8]

Revision as of 17:19, 29 March 2008

Exterminans2oo8
Author(s) Daniel "altglass" Dreibrodt
Extends AdvancedRobot
Targeting Virtual Guns :
Head-On Targeting
Circular Targeting
Linear Targeting
Average Linear Targeting
Circular GuessFactor Targeting
Movement Random switching between:
Anti-Gravity Movement
Teasing Movement
Released March 27th, 2008
Current Version Build0329
Code License If you use my code, your robot has to be open source and credit has to be given.
Download

This is my first attempt after one year of RoboCode inactivity to create an advanced bot that has at least some chances against all those good bots out there.

Exterminans is the name of a killer in the German fantasy novel tetralogy "Der Kreis der Dämmerung" (The circle of dawn) by Ralf Isau.

Entered into RoboRumble on March 28th, 2008.

Movement

For a random amount of time one of the following movement is chosen randomly. (With only 2 movements this is yet very unrandom)

Anti-G Movement

The walls and corners are Gravity spots, as well as the enemy.

Temporary gravity spots are spawned at the original driving destination of the bot, as soon as the enemy fires.

Teasing Movement

Some kind of Stop And Go Movement. Drives around randomly and then sits still. It first starts moving again when a specific amount of time has passed. This period is a little shorter than the time a bullet with the force 1 would need to travel from the enemies position when having started to sit to the bot's sitting position.

Might be upgraded like suggested on the Stop And Go page, so that it stops its movement as soon as the enemy shoots while yet moving.

Targeting

Several virtual guns are set up of which each tick the one with the best statistic is chosen to fire in "reality".

Homepage of Exterminans2oo8