Difference between revisions of "Roskilde"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== General Description == | == General Description == | ||
− | Roskilde is my first attempt to build a Robocode Bot. | + | Roskilde is my first attempt to build a Robocode Bot.<br> |
− | + | It will be capable of figth in both one on one and melee competitions | |
+ | switching behavior in order to manage different situations.<br> | ||
+ | Actually Roskilde is under construction and is not effective in melee competitions. | ||
== Movement == | == Movement == | ||
− | Roskilde should choose a motion type according to situation. | + | Roskilde should choose a motion type according to 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 Brownian Motion. | ||
Line 12: | Line 14: | ||
== Aiming == | == Aiming == | ||
− | Roskilde try to guess the future position of enemy. | + | Roskilde try to guess the future position of enemy.<br> |
− | |||
== Planned == | == Planned == | ||
− | Different behaviors to manage different situations. | + | Different behaviors to manage different situations.<br> |
− | Statistics based aiming system. | + | Statistics based aiming system.<br> |
− | Make Roskilde able to fight on melee | + | Make Roskilde able to fight on melee competitions.<br> |
== History == | == History == |
Revision as of 18:18, 11 December 2007
General Description
Roskilde is my first attempt to build a Robocode Bot.
It will be capable of figth in both one on one and melee competitions
switching behavior in order to manage different situations.
Actually Roskilde is under construction and is not effective in melee competitions.
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 competitions.
History
version 0.2 improved aiming
version 0.1 first relase