Difference between revisions of "Roskilde"

From Robowiki
Jump to navigation Jump to search
Line 9: Line 9:
 
== Movement ==
 
== Movement ==
  
Roskilde should choose a motion type according to situation.<br>
+
Roskilde should choose a motion type according to the current situation.<br>
 
Actually only one type of movement is implemented,
 
Actually only one type of movement is implemented,
a random motion pattern inpired by Brownian Motion.
+
a random motion pattern inpired by the Brownian Motion.
  
 
== Aiming ==
 
== Aiming ==
  
Roskilde try to guess the future position of enemy.<br>
+
Roskilde try to guess the future position of the enemy.<br>
  
 
== Planned ==
 
== Planned ==

Revision as of 18:30, 11 December 2007

General Description

Roskilde is my first attempt to build a Robocode Bot.
The aim is to build a bot capable of fight in both one on one and melee competitions switching behavior in order to manage different situations.
Actually Roskilde is under construction, it is not effective in melee competitions and does not feature multiple beahaviors.

Movement

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

Aiming

Roskilde try to guess the future position of the enemy.

Planned

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

History

version 0.2 improved aiming
version 0.1 first relase