Difference between revisions of "User:Starrynte"
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. | + | 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 ==== | ||
+ | * [[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> | ||
− | |||
* CopyCat - name self-explained, CoordinateMirrorMovement<br> | * CopyCat - name self-explained, CoordinateMirrorMovement<br> | ||
− | * Pantomime - | + | * Evader - StopAndGo movement<br> |
− | * | + | * Knowledge - [[Symbolic Pattern Matching|Symbolic Pattern Matcher]] |
− | * Lasers | + | * 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> | |
+ | * Lasers - [[Guess Factor Targeting]] | ||
− | + | == 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 16: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
- Cannon - TronsGun, movement TBD
- Opposite - Fluid Movement in a nanobot
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
- 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.