Difference between revisions of "Scytodes"

From Robowiki
Jump to navigation Jump to search
m (update link)
(Mass-edit Robocode Repository URLs)
 
Line 30: Line 30:
  
 
; Great, I want to try it. Where can I download it?
 
; Great, I want to try it. Where can I download it?
: http://www.robocoderepository.com/BotDetail.jsp?id=3461
+
: http://robocode-archive.strangeautomata.com/robots/robar.nano.Scytodes_0.3.jar
 
: http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Scytodes_0.3.jar
 
: http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Scytodes_0.3.jar
  

Latest revision as of 04:46, 18 August 2017

Background Information

Scytodes
Scytodes thoracica (aka).jpg
Scytodes thoracica
Author(s) User:Robar
Targeting SymbolicPatternMatching
Movement Stop And Go
Released August, 2008
Current Version 0.3
Code License RWPCL
Download


Bot Name
Scytodes
Author
User:Robar
Extends
AdvancedRobot
What's special about it?
It's a SymbolicPatternMatching NanoBot with Stop And Go movement.
Great, I want to try it. Where can I download it?
http://robocode-archive.strangeautomata.com/robots/robar.nano.Scytodes_0.3.jar
http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Scytodes_0.3.jar
How competitive is it?
Quite. Top 20 nano and top 400 robot.

Strategy

How does it move?
Stop And Go movement, like in my Stop And Go Tutorial article.
How does it fire?
SymbolicPatternMatching.
How does it dodge bullets?
Take a look at Stop And Go Tutorial.
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?
Between rounds it saves lateral velocity for the Pattern Matching (and everything else, too, because static variables cost less codesize :P), between matches nothing.

Additional Information

Where did you get the name?
I love spiders so I searched up wikipedia for a little spidy... :)
Can I use your code?
RWPCL
What's next for your robot?
I don't think that I can develop Scytodes further as a nano...
Does it have any White Whales?
Not really, but my everlasting testingBots are Splinter, Nanolaulectrik, AceSurf, NanoAndrew, DoctorBob, PulsarNano, etcetera...
What other robot(s) is it based on?
It has Assertive's gun with some small codesize-reductions.