Difference between revisions of "GateKeeper"
Jump to navigation
Jump to search
(Mass-edit Robocode Repository URLs) |
|||
(12 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Robot | {{Infobox Robot | ||
| name = GateKeeper | | name = GateKeeper | ||
+ | | image = thegatekeeper.jpg | ||
+ | | caption = Be very ware. | ||
| author = [[User:Exauge|Exauge]] | | author = [[User:Exauge|Exauge]] | ||
+ | | extends = [[AdvancedRobot]] | ||
+ | | targeting = [[Pattern Matching]] | ||
+ | | movement = [[Random Movement]] | ||
+ | | current_version = 1.1.116g | ||
+ | | license = [[RWLPCL]] | ||
+ | | download_link = http://robocode-archive.strangeautomata.com/robots/exauge.GateKeeper_1.1.121g.jar | ||
+ | | source_link = http://robocode-archive.strangeautomata.com/robots/exauge.GateKeeper_1.1.121g.jar | ||
+ | | isOpenSource = yes | ||
+ | | isOneOnOne = yes | ||
+ | | isMelee = yes | ||
}} | }} | ||
− | == GateKeeper == | + | == Background Information == |
− | + | ||
+ | ; Bot Name | ||
+ | : GateKeeper | ||
+ | |||
+ | ; Author | ||
+ | : [[User:Exauge|Exauge]] | ||
+ | |||
+ | ; Extends | ||
+ | : [[AdvancedRobot]] | ||
+ | |||
+ | ; What's so special about it? | ||
+ | : It's an extremely slimmed version of my other robot, [[LemonDrop]]. It uses a smaller version of my awesome [[Random Movement]]. You can find the code for it on my [[User:Exauge/snippets|code snippets page]]. | ||
+ | |||
+ | ; How competitive is it? | ||
+ | : It's currently #22 in nanos and #64 in micros. | ||
+ | |||
+ | ; Where can I get it? | ||
+ | : Just click the download link to the right. | ||
+ | |||
+ | ; Version Information: | ||
+ | : 1.0 - Uses my awesome Random movement, Infinity Lock, and Pattern Matching | ||
+ | : 1.1 - Slimmed code a bit, added slight antiram | ||
+ | |||
+ | == Strategy == | ||
+ | |||
+ | ; [[Random Movement]] | ||
+ | |||
+ | ; How does it fire? | ||
+ | : [[Pattern Matching]] | ||
+ | |||
+ | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
+ | : [[Random Movement]] | ||
+ | |||
+ | ; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ||
+ | : It doesn't. (not yet anyways...) | ||
+ | |||
+ | ; What does it save between rounds and matches? | ||
+ | : Just a symbolic state and a couple others to save codesize. | ||
+ | |||
+ | == Additional Information == | ||
+ | |||
+ | ; Where did you get the name? | ||
+ | : It sounded cool :p | ||
+ | |||
+ | ; Can I use your code? | ||
+ | : Absolutely. It's [[RWLPCL]]. | ||
+ | |||
+ | ; What's next for your robot? | ||
+ | : Possibly ramming enemies at low health for the bonus - other than that I'll just have to see which robots it does bad against ;) oh - and colors back again would be nice... | ||
+ | |||
+ | ; Does it have any [[White Whale]]s? | ||
+ | : It never seems to do any good against [[Acero]], [[NanoDeath]], and [[Raiko]] | ||
+ | |||
+ | ; What other robot(s) is it based on? | ||
+ | : It is a slimmed version of [[LemonDrop]] v 1.1 but they have gone their separate ways since then so they are a bit different. Also in a more indirect way, [[BlackWidow]]. | ||
+ | |||
+ | [[Category:NanoBots]] | ||
+ | [[Category:Bots]] | ||
+ | [[Category:1-vs-1 Bots]] | ||
+ | [[Category:Open Source Bots]] |
Latest revision as of 03:41, 18 August 2017
GateKeeper | |
Be very ware. | |
Author(s) | Exauge |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Random Movement |
Current Version | 1.1.116g |
Code License | RWLPCL |
Download | |
Source |
Background Information
- Bot Name
- GateKeeper
- Author
- Exauge
- Extends
- AdvancedRobot
- What's so special about it?
- It's an extremely slimmed version of my other robot, LemonDrop. It uses a smaller version of my awesome Random Movement. You can find the code for it on my code snippets page.
- How competitive is it?
- It's currently #22 in nanos and #64 in micros.
- Where can I get it?
- Just click the download link to the right.
- Version Information
- 1.0 - Uses my awesome Random movement, Infinity Lock, and Pattern Matching
- 1.1 - Slimmed code a bit, added slight antiram
Strategy
- How does it fire?
- Pattern Matching
- How does it dodge bullets?
- Random Movement
- How does the melee strategy differ from One-on-one strategy?
- It doesn't. (not yet anyways...)
- What does it save between rounds and matches?
- Just a symbolic state and a couple others to save codesize.
Additional Information
- Where did you get the name?
- It sounded cool :p
- Can I use your code?
- Absolutely. It's RWLPCL.
- What's next for your robot?
- Possibly ramming enemies at low health for the bonus - other than that I'll just have to see which robots it does bad against ;) oh - and colors back again would be nice...
- Does it have any White Whales?
- It never seems to do any good against Acero, NanoDeath, and Raiko
- What other robot(s) is it based on?
- It is a slimmed version of LemonDrop v 1.1 but they have gone their separate ways since then so they are a bit different. Also in a more indirect way, BlackWidow.