Difference between revisions of "ButtHead"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
| targeting = [[Pattern Matching]] | | targeting = [[Pattern Matching]] | ||
− | | movement = [[ | + | | movement = [[Stop And Go]], [[Ramming Movement]] |
− | | current_version = 1. | + | | current_version = 1.0 |
| released = 2019 | | released = 2019 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
Line 15: | Line 15: | ||
== Background Information == | == Background Information == | ||
; What's special about it? | ; What's special about it? | ||
− | It fits in pattern matching, | + | It fits in pattern matching, stop and go, and ramming movement all in a nanobot! |
; How competitive is it? | ; How competitive is it? | ||
Line 22: | Line 22: | ||
== Strategy == | == Strategy == | ||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | It first starts with | + | It first starts with stop and go. If it dies 2 times, it switches to ramming movement. |
; How does it [[Targeting|fire]]? | ; How does it [[Targeting|fire]]? | ||
Line 35: | Line 35: | ||
== Additional Information == | == Additional Information == | ||
; Where did you get the name? | ; Where did you get the name? | ||
− | Well, it head-butts the enemy robots. And if you reverse head-butt, you get | + | Well, it head-butts the enemy robots. And if you reverse head-butt, you get [[ButtHead]]! |
; Can I use your code? | ; Can I use your code? |
Revision as of 23:43, 19 April 2019
ButtHead | |
Author(s) | User:Slugzilla |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Stop And Go, Ramming Movement |
Released | 2019 |
Current Version | 1.0 |
Code License | RWPCL |
Download |
Background Information
- What's special about it?
It fits in pattern matching, stop and go, and ramming movement all in a nanobot!
- How competitive is it?
Currently # 34 in the NanoRumble.
Strategy
- How does it move?
It first starts with stop and go. If it dies 2 times, it switches to ramming movement.
- How does it fire?
It uses pattern matching.
- How does it dodge bullets?
It eats bullets for breakfast =)
- 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?
Well, it head-butts the enemy robots. And if you reverse head-butt, you get ButtHead!
- Can I use your code?
Sure! The code is in the .jar file. [1] RWPCL.
- What's next for your robot?
Shrink the code.
- Does it have any White Whales?
Any bot with linear targeting and anti ramming movement
- What other robot(s) is it based on?
I took the multimode ramming idea from Caligula and Sabreur
SquirmyToad, and by proxy, BlackWidow
And of course, a huge thank you to all the contributors on the RoboWiki for your awesome tutorials and open source robots!