Difference between revisions of "Walls (robot)"
Jump to navigation
Jump to search
m (typo) |
m (Add image and small edits) |
||
Line 1: | Line 1: | ||
{{Infobox Robot | {{Infobox Robot | ||
− | | author = | + | | name = Walls |
+ | | image = Walls.png | ||
+ | | imagesize = 100 | ||
+ | | author = Mathew Nelson, [[User:FlemmingLarsen|Flemming N. Larsen]] | ||
| extends = [[Robot]] | | extends = [[Robot]] | ||
− | | targeting = [[Head-On | + | | targeting = [[Head-On Targeting]] |
− | | movement = | + | | movement = [[Pattern Movement]] |
− | | license = Eclipse | + | | license = Eclipse Public License v1.0 |
| isOpenSource = yes | | isOpenSource = yes | ||
| isOneOnOne = yes | | isOneOnOne = yes | ||
Line 11: | Line 14: | ||
== Background Information == | == Background Information == | ||
− | |||
; What's special about it? | ; What's special about it? | ||
: It's probably the most successful [[:Category:Sample Bots|Sample Bot]]. | : It's probably the most successful [[:Category:Sample Bots|Sample Bot]]. | ||
; How competitive is it? | ; How competitive is it? | ||
− | : Among | + | : Among sample bots and beginner Robocoders, very. Among the general population, it's at rank 335 (of 401) in the [[MeleeRumble]], and 58 of 85 in the NanoMeleeRumble. |
== Strategy == | == Strategy == | ||
− | |||
; How does it [[:Category:Movement|move]]? | ; How does it [[:Category:Movement|move]]? | ||
− | : It goes straight towards a wall, hits it, then goes around the | + | : It goes straight towards a wall, hits it, then goes around the battlefield along the walls. |
; How does it [[:Category:Targeting|fire]]? | ; How does it [[:Category:Targeting|fire]]? | ||
Line 36: | Line 37: | ||
== Additional Information == | == Additional Information == | ||
− | |||
; Where did you get the name? | ; Where did you get the name? | ||
: It moves along the walls. | : It moves along the walls. | ||
Line 44: | Line 44: | ||
== See also == | == See also == | ||
− | |||
* [[WallsKiller]] | * [[WallsKiller]] | ||
− | |||
[[Category:NanoBots|Walls]] | [[Category:NanoBots|Walls]] | ||
[[Category:Sample Bots]] | [[Category:Sample Bots]] | ||
− | + | __NOTOC__ __NOEDITSECTION__ | |
− | __NOTOC__ |
Latest revision as of 03:21, 16 October 2017
Walls | |
Author(s) | Mathew Nelson, Flemming N. Larsen |
Extends | Robot |
Targeting | Head-On Targeting |
Movement | Pattern Movement |
Code License | Eclipse Public License v1.0 |
Background Information
- What's special about it?
- It's probably the most successful Sample Bot.
- How competitive is it?
- Among sample bots and beginner Robocoders, very. Among the general population, it's at rank 335 (of 401) in the MeleeRumble, and 58 of 85 in the NanoMeleeRumble.
Strategy
- How does it move?
- It goes straight towards a wall, hits it, then goes around the battlefield along the walls.
- How does it fire?
- Head-On Targeting with no target selection.
- How does the melee strategy differ from one-on-one strategy?
- It doesn't.
- How does it select a target to attack/avoid in melee?
- It fires at whichever enemy gets scanned first when the gun is cool.
- What does it save between rounds and matches?
- Nothing. (It barely saves anything between ticks!)
Additional Information
- Where did you get the name?
- It moves along the walls.
- Can I use your code?
- Yes, it's released under the Eclipse Public License v1.0.