Difference between revisions of "Roskilde"

From Robowiki
Jump to navigation Jump to search
Line 6: Line 6:
 
== Movement ==
 
== Movement ==
  
Roskilde should choose a motion type according to situation,
+
Roskilde should choose a motion type according to situation.
actually only one type of motion is implemented,
+
Actually only one type of movement is implemented,
it is a random motion pattern inpired from Brownian Motion.
+
a random motion pattern inpired by Brownian Motion.
  
 
== Aiming ==
 
== Aiming ==
  
 
Roskilde try to guess the future position of enemy.
 
Roskilde try to guess the future position of enemy.
 +
 +
 +
== Planned ==
 +
 +
Different behaviors to manage different situations.
 +
Statistics based aiming system.
 +
Make Roskilde able to fight on melee competition.
  
 
== History ==
 
== History ==

Revision as of 19:09, 11 December 2007

General Description

Roskilde is my first attempt to build a Robocode Bot.


Movement

Roskilde should choose a motion type according to situation. Actually only one type of movement is implemented, a random motion pattern inpired by Brownian Motion.

Aiming

Roskilde try to guess the future position of enemy.


Planned

Different behaviors to manage different situations. Statistics based aiming system. Make Roskilde able to fight on melee competition.

History

version 0.2 improved aiming
version 0.1 first relase