Difference between revisions of "GateKeeper"
Jump to navigation
Jump to search
m (correction) |
m (a few minor updates) |
||
Line 28: | Line 28: | ||
; What's so special about it? | ; 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]]. | + | : 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]]. Also it's made itself quite the [[White Whale]] for many top bots. It has beat the top nine nanos and when I ran 100 rounds against [[LittleBlackBook]] (current #1 nano) it scored an average of 85%. |
; How competitive is it? | ; How competitive is it? | ||
− | : | + | : It's currently #24 in nanos and #68 in micros but it hasn't fought very many matches yet, so it still has the potential to go up. |
; Where can I get it? | ; Where can I get it? | ||
Line 54: | Line 54: | ||
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
− | : | + | : Just a symbolic state. |
== Additional Information == | == Additional Information == | ||
Line 62: | Line 62: | ||
; Can I use your code? | ; Can I use your code? | ||
− | : Absolutely. It's | + | : Absolutely. It's [[RWLPCL]]. |
; What's next for your robot? | ; What's next for your robot? | ||
Line 68: | Line 68: | ||
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? | ||
− | : | + | : none really so far. its lowest scoring in the nanorumble is a 31.65% to Acero (current #42 in nanos) |
; What other robot(s) is it based on? | ; What other robot(s) is it based on? |
Revision as of 22:27, 5 May 2010
GateKeeper | |
Be very ware. | |
Author(s) | Exauge |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Oscillator Movement |
Current Version | 1.0.047 |
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. Also it's made itself quite the White Whale for many top bots. It has beat the top nine nanos and when I ran 100 rounds against LittleBlackBook (current #1 nano) it scored an average of 85%.
- How competitive is it?
- It's currently #24 in nanos and #68 in micros but it hasn't fought very many matches yet, so it still has the potential to go up.
- 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?
- Just a symbolic state.
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?
- Hopefully I'll be able to add colors and maybe some more advanced features :)
- Does it have any White Whales?
- none really so far. its lowest scoring in the nanorumble is a 31.65% to Acero (current #42 in nanos)
- What other robot(s) is it based on?
- I used a modified version of Robar's BlackWidow gun.