Difference between revisions of "SquirmyToad"
(Created page with "== Background Information == '''What's special about it?''' It's my first nanobot! ''' How competitive is it? ''' SquirmyToad 2.0: Ranked 51 in NanoRumble. SquirmyToad 2...") |
m |
||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Bots]] | ||
+ | [[Category:1-vs-1 Bots]] | ||
+ | [[Category:NanoBots]] | ||
+ | |||
+ | {{Navbox small | ||
+ | | title = SquirmyToad Sub-pages | ||
+ | | parent = SquirmyToad | ||
+ | | page1 = Version History | ||
+ | }} | ||
+ | |||
+ | {{Infobox Robot | ||
+ | | author = [[User:Slugzilla]] | ||
+ | | extends = [[AdvancedRobot]] | ||
+ | | targeting = [[Pattern Matching]] | ||
+ | | movement = [[Stop And Go]], [[Random Movement]] | ||
+ | | current_version = 3.9 | ||
+ | | released = 2019 | ||
+ | | license = [[RWPCL]] | ||
+ | | download_link = [https://drive.google.com/uc?export=download&id=1TBpIPIr8Mkf55gg-1zLxFsFKl_lT49J5] | ||
+ | | isOpenSource = true | ||
+ | | isMelee = false | ||
+ | | isOneOnOne = true | ||
+ | }} | ||
+ | |||
== Background Information == | == Background Information == | ||
Line 7: | Line 31: | ||
''' How competitive is it? ''' | ''' How competitive is it? ''' | ||
− | + | Currently ranked #9 in NanoRumble, #45 in MicroRumble, #95 in MiniRumble, and #317 in RoboRumble | |
− | |||
− | |||
== Strategy == | == Strategy == | ||
Line 15: | Line 37: | ||
'''How does it move?''' | '''How does it move?''' | ||
− | + | First, it uses stop and go. If it gets hit too much, it switches to random movement. | |
'''How does it fire?''' | '''How does it fire?''' | ||
Line 23: | Line 45: | ||
'''How does it dodge bullets?''' | '''How does it dodge bullets?''' | ||
− | + | Stop and go dodges the simple targeters, random movement dodges the rest =) | |
'''How does the melee strategy differ from one-on-one strategy?''' | '''How does the melee strategy differ from one-on-one strategy?''' | ||
Line 37: | Line 59: | ||
'''Can I use your code?''' | '''Can I use your code?''' | ||
− | Sure! [https://drive.google.com/uc?export=download&id= | + | Sure! It's in the .jar file [https://drive.google.com/uc?export=download&id=1dKrvI3C2_e2bbt1hR1LwjsO5U0afy6ma SquirmyToad] [[RWPCL]]. |
'''What's next for your robot?''' | '''What's next for your robot?''' | ||
− | + | Top 5! | |
− | |||
− | |||
'''Does it have any White Whales?''' | '''Does it have any White Whales?''' | ||
Line 53: | Line 73: | ||
It uses [[BlackWidow]]'s Symbolic Pattern Matcher. | It uses [[BlackWidow]]'s Symbolic Pattern Matcher. | ||
− | It's | + | It's movement is based off of [[Charp]]. |
− | |||
− | |||
And of course, a huge thank you to all the contributors on the RoboWiki for your awesome tutorials and open source robots! | And of course, a huge thank you to all the contributors on the RoboWiki for your awesome tutorials and open source robots! | ||
− | + | [[Category:NanoBots]] | |
+ | [[Category:Bots]] |
Latest revision as of 16:43, 26 April 2019
- SquirmyToad Sub-pages:
- Version History
SquirmyToad | |
Author(s) | User:Slugzilla |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Stop And Go, Random Movement |
Released | 2019 |
Current Version | 3.9 |
Code License | RWPCL |
[[1] Download] |
Background Information
What's special about it?
It's my first nanobot!
How competitive is it?
Currently ranked #9 in NanoRumble, #45 in MicroRumble, #95 in MiniRumble, and #317 in RoboRumble
Strategy
How does it move?
First, it uses stop and go. If it gets hit too much, it switches to random movement.
How does it fire?
It uses pattern matching!
How does it dodge bullets?
Stop and go dodges the simple targeters, random movement dodges the rest =)
How does the melee strategy differ from one-on-one strategy?
It doesn't have a melee strategy.
Additional Information
Where did you get the name?
The first version looked like it wiggled and squirmed around the enemy. Unfortunately, I had to get rid of the squirming part to save codesize =(
Can I use your code?
Sure! It's in the .jar file SquirmyToad RWPCL.
What's next for your robot?
Top 5!
Does it have any White Whales?
Acero!!!
What other robot(s) is it based on?
It uses BlackWidow's Symbolic Pattern Matcher.
It's movement is based off of Charp.
And of course, a huge thank you to all the contributors on the RoboWiki for your awesome tutorials and open source robots!