Difference between revisions of "LightningBug"
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
; How competitive is it? | ; How competitive is it? | ||
: Top 30 micro and top 200 overall bot. | : Top 30 micro and top 200 overall bot. | ||
+ | |||
+ | == Strategy == | ||
+ | |||
+ | ; How does it [[Movement|move]]? | ||
+ | : It uses CircularMovement based on Waves | ||
+ | |||
+ | ; How does it fire? | ||
+ | : [[GuessFactor]] | ||
+ | |||
+ | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
+ | : Waves | ||
+ | |||
+ | ; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ||
+ | : It's only a [[one-on-one]] bot. | ||
+ | |||
+ | ; What does it save between rounds and matches? | ||
+ | : GuessFactors | ||
+ | |||
+ | == Additional Information == | ||
+ | |||
+ | ; Can I use your code? | ||
+ | : [[RWPCL]] | ||
+ | |||
+ | ; What's next for your robot? | ||
+ | : Randomizer for the movement, RollingAverages (if I can reduce the codesize enough...) | ||
+ | |||
+ | ; Does it have any [[White Whale]]s? | ||
+ | : I don't know | ||
+ | |||
+ | ; What other robot(s) is it based on? | ||
+ | : BasicGFSurfer | ||
+ | |||
+ | [[Category:MicroBots]] | ||
+ | [[Category:Bots]] | ||
+ | [[Category:1-vs-1 Bots]] |
Revision as of 00:26, 19 December 2008
Background Information
LightningBug | |
Author(s) | User:Rbtying |
Targeting | GuessFactor |
Movement | CircularMovement based on WaveSurfing |
Released | November, 2008 |
Current Version | 1.0 |
Code License | RWPCL |
Download |
- Bot Name
- Lightningbug
- Author
- User:Rbtying
- Extends
- AdvancedRobot
- What's special about it?
- It's my first MicroBot
- Great, I want to try it. Where can I download it?
- http://robocoderepository.com/BotDetail.jsp?id=3472
- How competitive is it?
- Top 30 micro and top 200 overall bot.
Strategy
- How does it move?
- It uses CircularMovement based on Waves
- How does it fire?
- GuessFactor
- How does it dodge bullets?
- Waves
- How does the melee strategy differ from One-on-one strategy?
- It's only a one-on-one bot.
- What does it save between rounds and matches?
- GuessFactors
Additional Information
- Can I use your code?
- RWPCL
- What's next for your robot?
- Randomizer for the movement, RollingAverages (if I can reduce the codesize enough...)
- Does it have any White Whales?
- I don't know
- What other robot(s) is it based on?
- BasicGFSurfer