Difference between revisions of "EvBot"
Jump to navigation
Jump to search
m (pointing to my newer bot) |
|||
(7 intermediate revisions by the same user not shown) | |||
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 = | + | | source_link = [https://github.com/evgmik/robocode_bots.Evbot github] |
− | | isOneOnOne = true | + | | isOneOnOne = true |
| isMelee = true | | isMelee = true | ||
| isOpenSource = true/false | | isOpenSource = true/false | ||
}} | }} | ||
+ | |||
+ | == Note == | ||
+ | This bot development is discontinued. Last changes were done 2014/07/30. The code is too complex to fit in my head. I am working on [[EvBotNG]]. | ||
== Background Information == | == Background Information == | ||
; 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 | + | :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 then moves down 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|Voidious]] and his wonderful [[RoboRunner]] tool which I used. |
Latest revision as of 02:57, 26 August 2017
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] |
Note
This bot development is discontinued. Last changes were done 2014/07/30. The code is too complex to fit in my head. I am working on EvBotNG.
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 then moves down 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 Voidious and his wonderful RoboRunner tool which I used.