Difference between revisions of "Lacrimas"

From Robowiki
Jump to navigation Jump to search
(migrating from old wiki)
 
(Rewrite page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{Infobox Robot
 +
| author          = [[User:Iiley|Iiley]] (cx)
 +
| extends        = [[AdvancedRobot]]
 +
| targeting      = [[Statistical Targeting]]
 +
| movement        = [[Random Movement]]
 +
| 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
 +
| isOpenSource    = no
 +
| isMelee        = no
 +
| 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
 
{{Navbox small
 
| title        = Sub-pages
 
| title        = Sub-pages
 
| page1        = Version History
 
| page1        = Version History
 
| page2        = Archived Talk 20090522
 
| page2        = Archived Talk 20090522
}}
 
{{Infobox Robot
 
| author          = [[User:Iiley|Iiley]]
 
| extends        = [[AdvancedRobot]]
 
| targeting      = [[Wave]]-based [[Statistical Targeting]]
 
| movement        = [[Random Movement|Random&nbsp;Movement]]
 
| current_version = 1.36
 
| download_link  = http://www.robocoderepository.com/BotFiles/1820/cx.Lacrimas_1.36.jar
 
| isOpenSource    = yes
 
| isOneOnOne      = yes
 
 
}}
 
}}
  
 
== Background Information ==
 
== Background Information ==
My [[One on One]] bot Lacrimas.  
+
; 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.
  
Do you know Lacrimas Profundere? Do know [[BlackSwans]]?
+
; How competitive is it?
I love them.
+
: '''{{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}}'''
I'll beat you flow over lacrimas.:)
 
  
 
== Strategy ==
 
== Strategy ==
 
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: 0.50: [[Random Movement|Random move]] around enemy,use a timer to control.
+
: It uses a tweaked version of [[Cigaret]]'s [[Random Movement]].
: 1.12: Changed to a tweaked [[Cigaret]] Movement.
 
  
; How does it [[Targeting|fire]]?
+
; How does it fire?
: 0.50: Use MiniMultiWave to recored shoot angle and pattern element to do pattern analyse. Can analyse 0.1 to 3 power bullet's shoot angle. So i make it shoot random power bullet,maybe can disturb some dodge movement.
+
: It is based on CigaretST's [[Statistical Targeting]] gun, possibly [[GuessFactor Targeting]] or [[Pattern Matching]].
: 1.12: Based on [[CigaretST]]'s Statist Gun.
 
  
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
; How does it [[Dodging Bullets|dodge bullets]]?
: random move can dodge some.:-)
+
: 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,tear,beat you to cry, tear in face,Lacrimosa.:)
+
: Apparently from a [[wikipedia:Lacrimas Profundere|German gothic metal band]].
  
 
; Can I use your code?
 
; Can I use your code?
: Yes,this moment...,you can.:)
+
: 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?
: I dont know,maybe just tweaking.
+
: [[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]],[[CigaretST]],[[Cigaret]].
+
: It is based on [[BlestPain]] and [[Cigaret]] by the same author.
 
+
__NOTOC__ __NOEDITSECTION__
[[Category:MegaBots]]
 

Latest revision as of 23: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. :)

Iiley, the old RoboWiki

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.
What other robot(s) is it based on?
It is based on BlestPain and Cigaret by the same author.