Difference between revisions of "Roskilde"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
The aim is to build a bot capable of fight in both one on one and melee competitions | 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.<br> | switching behavior in order to manage different situations.<br> | ||
− | Actually Roskilde is under construction | + | Actually Roskilde is under construction and it is not effective in melee competitions. |
− | |||
== Movement == | == Movement == | ||
Line 17: | Line 16: | ||
== Planned == | == Planned == | ||
− | |||
Statistics based aiming system.<br> | Statistics based aiming system.<br> | ||
Make Roskilde able to fight on melee competitions.<br> | Make Roskilde able to fight on melee competitions.<br> | ||
Line 23: | Line 21: | ||
== History == | == History == | ||
+ | version 0.5 code reorganization<br> | ||
version 0.4 improved motion<br> | version 0.4 improved motion<br> | ||
version 0.2 improved aiming<br> | version 0.2 improved aiming<br> | ||
Line 28: | Line 27: | ||
[[Category:Bots|Roskilde]] | [[Category:Bots|Roskilde]] | ||
− |
Latest revision as of 20:22, 9 October 2010
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 and it is not effective in melee competitions.
Movement
Roskilde choose a motion type according to the current situation.
Aiming
Roskilde try to guess the future position of the enemy.
Planned
Statistics based aiming system.
Make Roskilde able to fight on melee competitions.
History
version 0.5 code reorganization
version 0.4 improved motion
version 0.2 improved aiming
version 0.1 first relase