Difference between revisions of "GateKeeper"
Jump to navigation
Jump to search
m (→GateKeeper) |
(FINISHED GATEKEEPER :D) |
||
Line 2: | Line 2: | ||
| name = GateKeeper | | name = GateKeeper | ||
| image = thegatekeeper.jpg | | image = thegatekeeper.jpg | ||
+ | | caption = Be very ware. | ||
| author = [[User:Exauge|Exauge]] | | author = [[User:Exauge|Exauge]] | ||
+ | | extends = [[AdvancedRobot]] | ||
+ | | targeting = [[Pattern Matching|Pattern Matching]] | ||
+ | | movement = [[Oscillator Movement]] | ||
+ | | current_version = 1.0.049 | ||
+ | | license = [[RWLPCL]] | ||
+ | | download_link = http://www.robocoderepository.com/BotFiles/3916/exauge.GateKeeper_1.0.047.jar | ||
+ | | source_link = http://www.robocoderepository.com/BotFiles/3916/GateKeeper.java | ||
+ | | isOpenSource = yes | ||
+ | | isOneOnOne = yes | ||
+ | | isMelee = no | ||
}} | }} | ||
− | == GateKeeper == | + | == Background Information == |
− | A robot | + | |
+ | ; 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 [[Oscillator Movement]]. You can find the code for it on my [[User:Exauge/snippets|code snippets page]]. | ||
+ | |||
+ | ; How competitive is it? | ||
+ | : we'll know in a few days | ||
+ | |||
+ | ; Where can I get it? | ||
+ | : Just click the download link to the right. | ||
+ | |||
+ | ; Version Information: | ||
+ | : 1.0 - Uses my awesome Oscillator movement, Infinity Lock, and Pattern Matching | ||
+ | |||
+ | == Strategy == | ||
+ | |||
+ | ; How does it [[Movement|move]]? | ||
+ | : [[Oscillator Movement]] | ||
+ | |||
+ | ; How does it fire? | ||
+ | : [[Pattern Matching]] | ||
+ | |||
+ | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
+ | : [[Oscillator Movement]] | ||
+ | |||
+ | ; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ||
+ | : It doesn't. | ||
+ | |||
+ | ; What does it save between rounds and matches? | ||
+ | : A few static variables. | ||
+ | |||
+ | == Additional Information == | ||
+ | |||
+ | ; Where did you get the name? | ||
+ | : It sounded cool :p | ||
+ | |||
+ | ; Can I use your code? | ||
+ | : Absolutely. It's licensed under [[RWLPCL]]. | ||
+ | |||
+ | ; What's next for your robot? | ||
+ | : Hopefully I'll be able to add colors and maybe some more advanced features :) | ||
+ | |||
+ | ; Does it have any [[White Whale]]s? | ||
+ | : we'll see | ||
+ | |||
+ | ; What other robot(s) is it based on? | ||
+ | : I used a modified version of Robar's [[BlackWidow]] gun. | ||
+ | |||
+ | [[Category:NanoBots]] | ||
+ | [[Category:Bots]] | ||
+ | [[Category:1-vs-1 Bots]] | ||
+ | [[Category:Open Source Bots]] |
Revision as of 04:31, 5 May 2010
GateKeeper | |
Be very ware. | |
Author(s) | Exauge |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Oscillator Movement |
Current Version | 1.0.049 |
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 Oscillator Movement. You can find the code for it on my code snippets page.
- How competitive is it?
- we'll know in a few days
- Where can I get it?
- Just click the download link to the right.
- Version Information
- 1.0 - Uses my awesome Oscillator movement, Infinity Lock, and Pattern Matching
Strategy
- How does it move?
- Oscillator Movement
- How does it fire?
- Pattern Matching
- How does it dodge bullets?
- Oscillator Movement
- How does the melee strategy differ from One-on-one strategy?
- It doesn't.
- What does it save between rounds and matches?
- A few static variables.
Additional Information
- Where did you get the name?
- It sounded cool :p
- Can I use your code?
- Absolutely. It's licensed under RWLPCL.
- What's next for your robot?
- Hopefully I'll be able to add colors and maybe some more advanced features :)
- Does it have any White Whales?
- we'll see
- What other robot(s) is it based on?
- I used a modified version of Robar's BlackWidow gun.