Difference between revisions of "User:Starrynte"

From Robowiki
Jump to navigation Jump to search
(edited details)
Line 1: Line 1:
Hey, I started robocoding around autumn 2006 (implied from the earliest 'lastmodified' date in my bots...), when I read about it in a java book. And as you can see, a lot of my bots are just 'slightly modified' versions of bots...
+
Hey, I started robocoding around autumn 2006 (implied from the earliest 'lastmodified' date in my bots...), when I read about it in a java book. I've recently (the past year) begun to take an interest in codesize-restricted bots, as that seems to take less time to program.
  
==== Robots ====
+
== Robots ==
  
 +
==== Current ====
 +
* [[Cannon]] - [[TronsGun]], movement TBD
 +
* [[Opposite]] - [[Fluid Movement]] in a nanobot
 +
 +
==== Discontinued/Paused ====
 
* Calculator - Slightly modified version of BasicSurfer<br>
 
* Calculator - Slightly modified version of BasicSurfer<br>
 
* ControlledChaos - Randomly moves in a direction each tick - not very good movement...<br>
 
* ControlledChaos - Randomly moves in a direction each tick - not very good movement...<br>
* [[Evader]] - StopAndGo movement<br>
 
 
* CopyCat - name self-explained, CoordinateMirrorMovement<br>
 
* CopyCat - name self-explained, CoordinateMirrorMovement<br>
* Pantomime - ditto, except it's AngularMirrorMovement<br>
+
* Evader - StopAndGo movement<br>
* [[Smash]] - SlowBot, kinda a combo of HawkOnFire and Coriantumr, with some things that make it slow added...<br>
+
* Knowledge - [[Symbolic Pattern Matching|Symbolic Pattern Matcher]]
* Lasers - GuessFactorTargeting
+
* Pantomime - same as CopyCat, except it's AngularMirrorMovement<br>
* [[Opposite]] - [[Fluid Movement]] in a nanobot
+
* Smash - SlowBot, kinda a combo of HawkOnFire and Coriantumr, with some things that make it slow added...<br>
 +
* Lasers - [[Guess Factor Targeting]]
  
==== Planned robots ====
+
== Planned robots ==
 
* A MultiMode robot...
 
* A MultiMode robot...
 
* A melee bot...that's not slow...oh wait I have one from months ago that was incomplete...
 
* A melee bot...that's not slow...oh wait I have one from months ago that was incomplete...
 
* A super 1v1 bot...
 
* A super 1v1 bot...
 +
 +
== Utilities ==
 +
* [[/Melee Evaluator|Melee Evaluator]] - Keeps tracks of various stats of your robot during a melee battle.
 +
* [[/Remez|Polynomial Approximations]] - Uses the Remez method to find polynomial approximations for a function of your choice.
  
 
[[Category:Bot Authors|Starrynte]]
 
[[Category:Bot Authors|Starrynte]]

Revision as of 17:48, 20 September 2009

Hey, I started robocoding around autumn 2006 (implied from the earliest 'lastmodified' date in my bots...), when I read about it in a java book. I've recently (the past year) begun to take an interest in codesize-restricted bots, as that seems to take less time to program.

Robots

Current

Discontinued/Paused

  • Calculator - Slightly modified version of BasicSurfer
  • ControlledChaos - Randomly moves in a direction each tick - not very good movement...
  • CopyCat - name self-explained, CoordinateMirrorMovement
  • Evader - StopAndGo movement
  • Knowledge - Symbolic Pattern Matcher
  • Pantomime - same as CopyCat, except it's AngularMirrorMovement
  • Smash - SlowBot, kinda a combo of HawkOnFire and Coriantumr, with some things that make it slow added...
  • Lasers - Guess Factor Targeting

Planned robots

  • A MultiMode robot...
  • A melee bot...that's not slow...oh wait I have one from months ago that was incomplete...
  • A super 1v1 bot...

Utilities