Difference between revisions of "User:Starrynte"
Jump to navigation
Jump to search
m (edited details) |
(edited details) |
||
Line 4: | Line 4: | ||
==== Current ==== | ==== Current ==== | ||
− | * [[ | + | * [[Swim]] - [[Wave Surfing]] in a micro |
− | + | * [[Unreal]] - [[Neural Targeting]] in either a micro or mini | |
− | * [[ | ||
==== Discontinued/Paused ==== | ==== Discontinued/Paused ==== | ||
* 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> | ||
Line 17: | Line 17: | ||
* 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]] | * Lasers - [[Guess Factor Targeting]] | ||
+ | * [[Opposite]] - [[Fluid Movement]] in a nanobot | ||
+ | * [[/DCLSHResearch]] - Research on [[Dynamic Clustering]] with LSH in a microbot | ||
== Planned robots == | == Planned robots == |
Revision as of 16:40, 22 November 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
- Swim - Wave Surfing in a micro
- Unreal - Neural Targeting in either a micro or mini
Discontinued/Paused
- Calculator - Slightly modified version of BasicSurfer
- Cannon - Dynamic Clustering, Random Movement (microbot)
- 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
- Opposite - Fluid Movement in a nanobot
- /DCLSHResearch - Research on Dynamic Clustering with LSH in a microbot
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
- Melee Evaluator - Keeps tracks of various stats of your robot during a melee battle.
- Polynomial Approximations - Uses the Remez method to find polynomial approximations for a function of your choice.