Difference between revisions of "Scytodes"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
; 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://www.robocoderepository.com/BotDetail.jsp?id=3461 | ||
+ | : http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Scytodes_0.3.jar | ||
; How competitive is it? | ; How competitive is it? |
Revision as of 17:39, 9 October 2008
Background Information
Scytodes | |
Scytodes thoracica | |
Author(s) | User:Robar |
Targeting | SymbolicPatternMatching |
Movement | Stop And Go |
Released | August, 2008 |
Best Rating | 7th/340th |
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://www.robocoderepository.com/BotDetail.jsp?id=3461
- http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Scytodes_0.3.jar
- How competitive is it?
- Quite. Top 10 nano and top 400 robot.
Strategy
- How does it move?
- Stop And Go movement, like in my Stop And Go Tutorials article.
- How does it fire?
- SymbolicPatternMatching.
- How does it dodge bullets?
- Take a look at Stop And Go Tutorials.
- 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.