Difference between revisions of "EvBot"
Jump to navigation
Jump to search
m (typos) |
(update the bot source location) |
||
Line 17: | Line 17: | ||
| license = open source and comes with no string attached | | license = open source and comes with no string attached | ||
| download_link = | | download_link = | ||
− | | source_link = [https://github.com/evgmik/robocode_bots github] | + | | source_link = [https://github.com/evgmik/robocode_bots.Evbot github] |
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = true | | isMelee = true |
Revision as of 04:04, 31 July 2015
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 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.