Difference between revisions of "LightningBug"

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

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