Difference between revisions of "Scytodes"
Jump to navigation
Jump to search
(creating the Scytodes-article :)) |
|||
Line 5: | Line 5: | ||
| bgcolour = orange | | bgcolour = orange | ||
| name = Scytodes | | name = Scytodes | ||
− | | image = | + | | image = Scytodes_thoracica_(aka).jpg |
| caption = Scytodes thoracica | | caption = Scytodes thoracica | ||
| author = [[User:Robar]] | | author = [[User:Robar]] | ||
Line 14: | Line 14: | ||
| current_version = 0.3 | | current_version = 0.3 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http://robocoderepository.com/BotDetail.jsp?id= | + | | download_link = http://robocoderepository.com/BotDetail.jsp?id=3461 |
}} | }} | ||
Line 31: | Line 31: | ||
; 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= | + | : http://www.robocoderepository.com/BotDetail.jsp?id=3461 |
; How competitive is it? | ; How competitive is it? |
Revision as of 16:59, 20 September 2008
Background Information
Scytodes | |
Scytodes thoracica | |
Author(s) | User:Robar |
Targeting | SymbolicPatternMatching |
Movement | Stop And Go |
Released | August, 2008 |
Current 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
- 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.