Difference between revisions of "Lacrimas"
Jump to navigation
Jump to search
(Mass-edit Robocode Repository URLs) |
(Rewrite page) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
{{Infobox Robot | {{Infobox Robot | ||
− | | author = [[User:Iiley|Iiley]] | + | | author = [[User:Iiley|Iiley]] (cx) |
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
− | | targeting = | + | | targeting = [[Statistical Targeting]] |
− | | movement = [[Random | + | | movement = [[Random Movement]] |
| current_version = 1.36 | | current_version = 1.36 | ||
+ | | released = 2003 | ||
+ | | best_rating = #2 (2004) | ||
+ | | license = closed | ||
| download_link = http://robocode-archive.strangeautomata.com/robots/cx.Lacrimas_1.36.jar | | download_link = http://robocode-archive.strangeautomata.com/robots/cx.Lacrimas_1.36.jar | ||
− | | isOpenSource = | + | | isOpenSource = no |
+ | | isMelee = no | ||
| isOneOnOne = yes | | isOneOnOne = yes | ||
+ | }} | ||
+ | |||
+ | <blockquote> | ||
+ | <p>Do you know [[wikipedia:Lacrimas Profundere|Lacrimas Profundere]]? Do know [[BlackSwans]]?<br> | ||
+ | I love them.<br> | ||
+ | I'll beat you flow over lacrimas. :)<br> | ||
+ | Lacrimas, tear, beat you to cry, tear in face, Lacrimosa. :)<br></p> | ||
+ | |||
+ | <p><small>— [[User:Iiley|Iiley]], [[oldwiki:Lacrimas|the old RoboWiki]]</small></p> | ||
+ | </blockquote> | ||
+ | {{Navbox small | ||
+ | | title = Sub-pages | ||
+ | | page1 = Version History | ||
+ | | page2 = Archived Talk 20090522 | ||
}} | }} | ||
== Background Information == | == Background Information == | ||
− | + | ; What's special about it? | |
+ | : In the old days of Robocode, Lacrimas was well-known for [[oldwiki:RoboRumble/Rankings roborumble 20040107|holding the #2 rank in the 1v1 general rumble]], just below [[SandboxDT]]. Like most other bots in that era, it saved data about its opponents. With the advent of [[Wave Surfing]], it fell behind a generation of new bots. | ||
− | + | ; How competitive is it? | |
− | + | : '''{{RumbleStatsDefault|link=http://literumble.appspot.com/BotDetails?game=roborumble&name=cx.Lacrimas%201.36|rumble=RoboRumble|scorelabel=APS|score=75.53|rank=102nd|win=1074|loss=86|plrank=74th|glicko2=N/A|pwin=92.59|vote=0.11|anpp=79.27|score2label=Survival|score2=81.24}}''' | |
− | |||
== Strategy == | == Strategy == | ||
− | |||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | : | + | : It uses a tweaked version of [[Cigaret]]'s [[Random Movement]]. |
− | |||
− | ; How does it | + | ; How does it fire? |
− | : | + | : It is based on CigaretST's [[Statistical Targeting]] gun, possibly [[GuessFactor Targeting]] or [[Pattern Matching]]. |
− | |||
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
− | : random | + | : A random movement can dodge some bullets. |
+ | |||
+ | ; How does the [[melee]] strategy differ from [[one-on-one]] strategy? | ||
+ | : It cannot fight in melee. | ||
+ | |||
+ | ; What does it save between rounds and matches? | ||
+ | : It saves various things in static variables between rounds, and opponent data between matches. | ||
== Additional Information == | == Additional Information == | ||
− | |||
; Where did you get the name? | ; Where did you get the name? | ||
− | : Lacrimas | + | : Apparently from a [[wikipedia:Lacrimas Profundere|German gothic metal band]]. |
; Can I use your code? | ; Can I use your code? | ||
− | : | + | : Initially it was open-source, but [[Lacrimas/Version History|with version 1.25]] its source was closed (and obfuscated). |
; What's next for your robot? | ; What's next for your robot? | ||
− | : | + | : [[User:Iiley|Iiley]] has not updated Lacrimas since 2004. He intended to continue tweaking it. |
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
− | : [[BlestPain]] | + | : It is based on [[BlestPain]] and [[Cigaret]] by the same author. |
− | + | __NOTOC__ __NOEDITSECTION__ | |
− |
Latest revision as of 22:35, 19 September 2017
Lacrimas | |
Author(s) | Iiley (cx) |
Extends | AdvancedRobot |
Targeting | Statistical Targeting |
Movement | Random Movement |
Released | 2003 |
Best Rating | #2 (2004) |
Current Version | 1.36 |
Code License | closed |
Download |
Do you know Lacrimas Profundere? Do know BlackSwans?
I love them.
I'll beat you flow over lacrimas. :)
Lacrimas, tear, beat you to cry, tear in face, Lacrimosa. :)
- Sub-pages:
- Version History - Archived Talk 20090522
Background Information
- What's special about it?
- In the old days of Robocode, Lacrimas was well-known for holding the #2 rank in the 1v1 general rumble, just below SandboxDT. Like most other bots in that era, it saved data about its opponents. With the advent of Wave Surfing, it fell behind a generation of new bots.
- How competitive is it?
- RoboRumble ‒ APS: 75.53% (102nd), PL: 1074-86 (74th), Survival: 81.24%
Strategy
- How does it move?
- It uses a tweaked version of Cigaret's Random Movement.
- How does it fire?
- It is based on CigaretST's Statistical Targeting gun, possibly GuessFactor Targeting or Pattern Matching.
- How does it dodge bullets?
- A random movement can dodge some bullets.
- How does the melee strategy differ from one-on-one strategy?
- It cannot fight in melee.
- What does it save between rounds and matches?
- It saves various things in static variables between rounds, and opponent data between matches.
Additional Information
- Where did you get the name?
- Apparently from a German gothic metal band.
- Can I use your code?
- Initially it was open-source, but with version 1.25 its source was closed (and obfuscated).
- What's next for your robot?
- Iiley has not updated Lacrimas since 2004. He intended to continue tweaking it.