Difference between revisions of "LightningBug"

From Robowiki
Jump to navigation Jump to search
(Mass-edit Robocode Repository URLs)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
| current_version = 1.0
 
| current_version = 1.0
 
| license        = [[RWPCL]]
 
| license        = [[RWPCL]]
| download_link  = http://robocoderepository.com/BotDetail.jsp?id=3472
+
| download_link  = http://robocode-archive.strangeautomata.com/robots/ry.LightningBug_1.0.jar
  
 
}}
 
}}
Line 29: Line 29:
  
 
; Great, I want to try it. Where can I download it?
 
; Great, I want to try it. Where can I download it?
: http://robocoderepository.com/BotDetail.jsp?id=3472
+
: http://robocode-archive.strangeautomata.com/robots/ry.LightningBug_1.0.jar
  
 
; 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]]
  
Bot Name
+
; How does it [[Dodging Bullets|dodge bullets]]?
    LightningBug
+
: Waves
  
Author
+
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
    User:Rbtying
+
: It's only a [[one-on-one]] bot.
  
Extends
+
; What does it save between rounds and matches?
    AdvancedRobot
+
: GuessFactors
  
What's special about it?
+
== Additional Information ==
    It's my first MicroBot
 
  
Great, I want to try it. Where can I download it?
+
; Can I use your code?
   
+
: [[RWPCL]]
How competitive is it?
 
    Decently.  In the top 30 Microbot, top 200 General
 
  
[edit] Strategy
+
; What's next for your robot?
 +
: Randomizer for the movement, RollingAverages (if I can reduce the codesize enough...)
  
How does it move?
+
; Does it have any [[White Whale]]s?
    It uses a wave-based circular movement
+
: I don't know
  
How does it fire?
+
; What other robot(s) is it based on?
    GuessFactor
+
: BasicGFSurfer
  
How does it dodge bullets?
+
[[Category:MicroBots]]
    Moves based on Waves
+
[[Category:Bots]]
 
+
[[Category:1-vs-1 Bots]]
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, everything static.  Nothing between matches
 
 
 
[edit] Additional Information
 
 
 
Where did you get the name?
 
    My first robot was Lightning, then I tried to minimize it.  Lightning never really worked out...
 
 
 
Can I use your code?
 
    RWPCL
 
 
 
What's next for your robot?
 
    Randomizer in the movement, RollingAverages
 
 
 
Does it have any White Whales?
 
    I don't know
 
 
 
What other robot(s) is it based on?
 
    BasicGFSurfer
 

Latest revision as of 04:43, 18 August 2017

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://robocode-archive.strangeautomata.com/robots/ry.LightningBug_1.0.jar
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