Difference between revisions of "Scytodes"
Jump to navigation
Jump to search
(creating the Scytodes-article :)) |
(Mass-edit Robocode Repository URLs) |
||
(7 intermediate revisions by 2 users not shown) | |||
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 11: | Line 11: | ||
| movement = [[Stop And Go]] | | movement = [[Stop And Go]] | ||
| released = August, 2008 | | released = August, 2008 | ||
− | |||
| current_version = 0.3 | | current_version = 0.3 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http:// | + | | download_link = http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Scytodes_0.3.jar |
}} | }} | ||
Line 31: | 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:// | + | : 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? | ; How competitive is it? | ||
− | : Quite. Top | + | : Quite. Top 20 nano and top 400 robot. |
== Strategy == | == Strategy == | ||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | : [[Stop And Go]] movement, like in my [[Stop And Go | + | : [[Stop And Go]] movement, like in my [[Stop And Go Tutorial]] article. |
; How does it fire? | ; How does it fire? | ||
Line 45: | Line 45: | ||
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
− | : Take a look at [[Stop And Go | + | : Take a look at [[Stop And Go Tutorial]]. |
; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ; How does the [[melee]] strategy differ from [[One-on-one]] strategy? |
Latest revision as of 03:46, 18 August 2017
Background Information
Scytodes | |
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.