Difference between revisions of "EvBot"
Jump to navigation
Jump to search
m (link to the source in github) |
m (better writeup) |
||
Line 8: | Line 8: | ||
| author = [[Beaming]] | | author = [[Beaming]] | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
− | | targeting = [[ | + | | targeting = [[Circular Targeting]] and [[GuessFactor_Targeting]] |
| movement = [[Minimum Risk Movement|Minimal Risk]] with [http://old.robowiki.net/robowiki?ShrapnelDodging shrapnel dodging] | | movement = [[Minimum Risk Movement|Minimal Risk]] with [http://old.robowiki.net/robowiki?ShrapnelDodging shrapnel dodging] | ||
| released = 2012 | | released = 2012 | ||
Line 14: | Line 14: | ||
| rating = | | rating = | ||
| current_version = | | current_version = | ||
− | | codesize = | + | | codesize = [[MegaBot]] |
− | | license = | + | | license = open source and comes with no string attached |
| download_link = | | download_link = | ||
− | | source_link = https://github.com/evgmik/robocode_bots | + | | source_link = [https://github.com/evgmik/robocode_bots github] |
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = true | | isMelee = true | ||
Line 26: | Line 26: | ||
; What's special about it? | ; What's special about it? | ||
− | : | + | :It paints quite nice danger map and enemy bullets which it tries to escape. |
− | : | + | :It tries to serve all the waves fired at it, except when there are too many in the air. Instead of full simulation of the wave to the future it uses precursor danger concept. |
− | |||
− | |||
; Great, I want to try it. Where can I download it? | ; Great, I want to try it. Where can I download it? | ||
− | :It is in official roborumble and melee listings, look for eem.EvBot there. | + | :It is in official roborumble and melee listings, look for eem.EvBot there. Alternatively, feel free to download the source code and play with it. |
; How competitive is it? | ; How competitive is it? | ||
− | : | + | :In melee it floats in the top 30, occasionally going in top 20 and the sink a bit after I start new experimental features. |
− | : | + | :In 1 on 1 it is still very mediocre. |
− | + | ; Thanks | |
+ | I suffer from "not coded here syndrome" so my code is quite original. But I owe to many people who made this wiki and its content available. Special thanks to [User:Voidious] and his wonderful [RoboRunner] tool which I used. |
Revision as of 02:19, 2 December 2013
EvBot | |
Author(s) | Beaming |
Extends | AdvancedRobot |
Targeting | Circular Targeting and GuessFactor_Targeting |
Movement | Minimal Risk with shrapnel dodging |
Released | 2012 |
Code Size | MegaBot |
Code License | open source and comes with no string attached |
[github Source] |
Background Information
- What's special about it?
- It paints quite nice danger map and enemy bullets which it tries to escape.
- It tries to serve all the waves fired at it, except when there are too many in the air. Instead of full simulation of the wave to the future it uses precursor danger concept.
- Great, I want to try it. Where can I download it?
- It is in official roborumble and melee listings, look for eem.EvBot there. Alternatively, feel free to download the source code and play with it.
- How competitive is it?
- In melee it floats in the top 30, occasionally going in top 20 and the sink a bit after I start new experimental features.
- In 1 on 1 it is still very mediocre.
- Thanks
I suffer from "not coded here syndrome" so my code is quite original. But I owe to many people who made this wiki and its content available. Special thanks to [User:Voidious] and his wonderful [RoboRunner] tool which I used.