Difference between revisions of "User:Starrynte"

From Robowiki
Jump to navigation Jump to search
m (Correcting "under U on Category:Bot_Authors")
m (few changes)
 
(9 intermediate revisions by the same user not shown)
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, alot 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.
Note: I am NOT an expert at <nowiki>NanoCode</nowiki>.
 
  
==== Robots ====
+
== Robots ==
  
 +
==== Current ====
 +
* [[Opposite]] - [[Fluid Movement]] in a nanobot
 +
 +
==== Discontinued/Paused ====
 +
* [[Cannon]] - [[Dynamic Clustering]], [[Random Movement]] (microbot)
 +
* [[Unreal]] - [[Neural Targeting]] in either a micro or mini
 
* 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
+
* Lasers - [[Guess Factor Targeting]]
 +
* Pantomime - same as CopyCat, except it's AngularMirrorMovement<br>
 +
* Smash - SlowBot, kinda a combo of HawkOnFire and Coriantumr, with some things that make it slow added...<br>
 +
* [[/DCLSHResearch]] - Research on [[Dynamic Clustering]] with LSH in a microbot
 +
 
 +
== Planned robots / Goals ==
 +
* Finishing [[Unreal]]
 +
* A working wave surfer written from scratch
 +
* To get into the top 5 of any category in the rumble
  
==== Planned robots ====
+
== Utilities ==
* A MultiMode robot...
+
* <strike>Melee Evaluator - Keeps tracks of various stats of your robot during a melee battle.</strike> Do not use at the moment, just discovered a major bug recently that is to be fixed
* A melee bot...that's not slow...oh wait I have one from months ago that was incomplete...
+
* [[/Remez|Polynomial Approximations]] - Uses the Remez method to find polynomial approximations for a function of your choice.
* A super 1v1 bot...
 
  
 
[[Category:Bot Authors|Starrynte]]
 
[[Category:Bot Authors|Starrynte]]

Latest revision as of 07:57, 28 September 2010

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

Planned robots / Goals

  • Finishing Unreal
  • A working wave surfer written from scratch
  • To get into the top 5 of any category in the rumble

Utilities

  • Melee Evaluator - Keeps tracks of various stats of your robot during a melee battle. Do not use at the moment, just discovered a major bug recently that is to be fixed
  • Polynomial Approximations - Uses the Remez method to find polynomial approximations for a function of your choice.