Difference between revisions of "User:Starrynte"

From Robowiki
Jump to navigation Jump to search
m (edited details)
m (few changes)
 
Line 4: Line 4:
  
 
==== Current ====
 
==== Current ====
* [[Unreal]] - [[Neural Targeting]] in either a micro or mini
+
* [[Opposite]] - [[Fluid Movement]] in a nanobot
  
 
==== Discontinued/Paused ====
 
==== 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>
* [[Cannon]] - [[Dynamic Clustering]], [[Random Movement]] (microbot)
 
 
* 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>
 
* CopyCat - name self-explained, CoordinateMirrorMovement<br>
 
* CopyCat - name self-explained, CoordinateMirrorMovement<br>
 
* Evader - StopAndGo movement<br>
 
* Evader - StopAndGo movement<br>
 
* Knowledge - [[Symbolic Pattern Matching|Symbolic Pattern Matcher]]
 
* Knowledge - [[Symbolic Pattern Matching|Symbolic Pattern Matcher]]
 +
* Lasers - [[Guess Factor Targeting]]
 
* Pantomime - same as CopyCat, except it's AngularMirrorMovement<br>
 
* 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>
 
* Smash - SlowBot, kinda a combo of HawkOnFire and Coriantumr, with some things that make it slow added...<br>
* Lasers - [[Guess Factor Targeting]]
 
* [[Opposite]] - [[Fluid Movement]] in a nanobot
 
 
* [[/DCLSHResearch]] - Research on [[Dynamic Clustering]] with LSH in a microbot
 
* [[/DCLSHResearch]] - Research on [[Dynamic Clustering]] with LSH in a microbot
  
== Planned robots ==
+
== Planned robots / Goals ==
* A MultiMode robot...
+
* Finishing [[Unreal]]
* A melee bot...that's not slow...oh wait I have one from months ago that was incomplete...
+
* A working wave surfer written from scratch
* A super 1v1 bot...
+
* To get into the top 5 of any category in the rumble
  
 
== Utilities ==
 
== Utilities ==
* [[/Melee Evaluator|Melee Evaluator]] - Keeps tracks of various stats of your robot during a melee battle.
+
* <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
 
* [[/Remez|Polynomial Approximations]] - Uses the Remez method to find polynomial approximations for a function of your choice.
 
* [[/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]]

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.