Difference between revisions of "ISuckNano"
(Created page with "{{Infobox Robot | author = User:ersamson | extends = AdvancedRobot | targeting = Pattern Matching | movement = Stop And Go | curr...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
| released = 2023 (2021) | | released = 2023 (2021) | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = | + | | download_link = https://github.com/ersamson/robocode/raw/main/ers.nano.iSuck.ISuckNano_1.0.jar |
| isOpenSource = true | | isOpenSource = true | ||
| isMelee = false | | isMelee = false | ||
Line 16: | Line 16: | ||
'''What's special about it?''' | '''What's special about it?''' | ||
− | This | + | This "line of robots" pretty much kickstarted my Robocode journey. |
''' How competitive is it? ''' | ''' How competitive is it? ''' |
Latest revision as of 14:22, 17 November 2023
ISuckNano | |
Author(s) | User:ersamson |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Stop And Go |
Released | 2023 (2021) |
Current Version | 1.0 (renamed from original 0.1f) |
Code License | RWPCL |
Download |
Background Information
What's special about it?
This "line of robots" pretty much kickstarted my Robocode journey.
How competitive is it?
Currently ranked lucky #20 in NanoRumble.
Strategy
How does it move?
Uses the smallest code size from the Stop-Go Robowiki tutorial and uses the PM targeting Match Length variable as a random factor to change directions.
How does it fire?
It uses Pattern Matching.
How does it dodge bullets?
Stop and Go energy drop, switches directions randomly.
Additional Information
Where did you get the name?
My very first robot (in College, 2002) was SpinBot-like, uses Max velocity for speed. When it hits walls, it just backs off 40px(?) then resumes the spinning. It used the usual Head-On targeting. It was named "ISuck." It did place second in our small tourney. From there, I created this Nano version of it.
Can I use your code?
All good!
What's next for your robot?
None. This is OG.
Does it have any White Whales?
It doesn't have any particular weaknesses, but it scores lowest against timmit.nano.TimDog 0.33.
What other robot(s) is it based on?
Pattern Matching from Foilist, WeekendObsession and Yatagan.
And of course, even if I'm "late in the game" I'd still want to give a huge thank you to all the contributors on the wealth of information on both Old and Current RoboWiki.