Difference between revisions of "DemonicRage"

From Robowiki
Jump to navigation Jump to search
(Created page with '== Summary == {{Infobox Robot | name = DemonicRage | extends = AdvancedRobot | author = Jlm0924 | targeting = [[Dynamic Cl…')
 
(Improvements)
 
(48 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Summary ==
 
 
 
{{Infobox Robot
 
{{Infobox Robot
 
| name            = DemonicRage
 
| name            = DemonicRage
 
| extends        = [[AdvancedRobot]]
 
| extends        = [[AdvancedRobot]]
| author          = [[User:Jlm0924|Jlm0924]]
+
| author          = [[User:jlm0924|jlm0924]]
 
| targeting      = [[Dynamic Clustering]]
 
| targeting      = [[Dynamic Clustering]]
| movement        = [[Minimu Risk]]  
+
| movement        = [[WaveSurfing]]  
| current_version = 2.0b
 
 
| released        = September, 2009
 
| released        = September, 2009
 +
| current_version = 3.4
 
| isMelee        = yes
 
| isMelee        = yes
 
| isOpenSource    = not currently
 
| isOpenSource    = not currently
| download_link  = http://www.robocoderepository.com/BotFiles/3769/justin.DemonicRage_2.0b.jar}}
+
| download_link  = http://sites.google.com/site/justinsitehere/file-cabinet/justin.DemonicRage_3.4.jar}}
  
 +
== Summary ==
  
; Bot Name
+
; Bot Name : DemonicRage
: DemonicRage
 
  
; Author
+
; Author : [[User:jlm0924|jlm0924]] (Justin Mallais)
: [[User:jlm0924|jlm0924]]
 
 
 
; Extends
 
: [[AdvancedRobot]]
 
  
 
; What's special about it?
 
; What's special about it?
: It's a melee specialist and without a strong 1 vrs 1 it must believe that not dieing first is 9 times more important. 
 
 
  
 +
:* It uses the same [[Wave Surfing]] movement in both 1v1 and Melee.
 +
:* Currently third place in MeleeRumble as of August 2017.
 +
:* Was 1st in MeleeRumble and 37th in RoboRumble on May 12th, 2010.
 +
:* First known statistical Melee Surfing robot.
  
 
== Strategy ==
 
== Strategy ==
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: In Melee Minimum Risk - It randomly drops a previous portion  of its move path (of random length). It repels from that to generated possible locations,  it chooses based on Angle, health ,not being the closest bot, hisTotalDamage/myTotalDamge and one other - rageFactor.     
+
: [[True Surfing|True]] [[Wave Surfing]].
: In 1 vrs 1 it currently uses a simple orbit / change direction randomly.
+
 
 
; How does it fire?
 
; How does it fire?
: [[Dynamic Clustering|Play it Forward]] a lightly modified version of 'Tron's Gun'
+
: [[Dynamic Clustering]] and [[Play It Forward]].
 
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
: currently it does not.
 
 
 
; How does the [[Melee|melee]] strategy differ from [[One-On-One|one-on-one]] strategy?
 
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?
: all it needs between Rounds, and nothing between matches.
+
: Everything between rounds, nothing between battles.
  
 
== Additional ==
 
== Additional ==
  
 +
; Inspiration • Acknowledgements • Special Thanks
  
; Does it have any [[White Whale|White Whales]]?
+
:* Built upon [[Module]] by [[jab]].
 
+
:* Gun evolved from [[Dynamic Clustering|Trons DC gun]] by [[ABC]].
: Tron has been a White Whale for many years... though it does  marginally beat the newer Tron now, It is largly due to the original
+
:* Movement inspired by [[HawkOnFire]] by [[rozu]].
  handy work of it's own gun.
+
:* [[Wave Surfing]] based on [[BasicSurfer]] and the [[Wave Surfing Tutorial]] by Voidious.
 
+
:* Uses [[User:Rednaxela/kD-Tree|kD-Tree]] and [[User:Rednaxela/FastTrig|FastTrig]] by [[Rednaxela]].
; What other robot(s) was it based on?
+
:* Uses [[FuturePosition|Precise Prediction]] by [[Albert]].
 
+
:* If you've made a util, I might use it :) Thx. (favourites: project, absoluteBearing, driveTo).
: It was built apon Module and 'Trons Gun'
+
:* Special thanks to [[Voidious]], [[jab]] and [[Rednaxela]] for their help, and open source insight into Java.
 
 
== Updates ==
 
 
 
 
 
  
 
[[Category:MegaBots]]
 
[[Category:MegaBots]]
 
[[Category:Bots]]
 
[[Category:Bots]]

Latest revision as of 23:44, 12 August 2017

DemonicRage
Author(s) jlm0924
Extends AdvancedRobot
Targeting Dynamic Clustering
Movement WaveSurfing
Released September, 2009
Current Version 3.4
Download

Summary

Bot Name 
DemonicRage
Author
jlm0924 (Justin Mallais)
What's special about it?
  • It uses the same Wave Surfing movement in both 1v1 and Melee.
  • Currently third place in MeleeRumble as of August 2017.
  • Was 1st in MeleeRumble and 37th in RoboRumble on May 12th, 2010.
  • First known statistical Melee Surfing robot.

Strategy

How does it move?
True Wave Surfing.
How does it fire?
Dynamic Clustering and Play It Forward.
What does it save between rounds and matches?
Everything between rounds, nothing between battles.

Additional

Inspiration • Acknowledgements • Special Thanks