Difference between revisions of "User:CrazyBassoonist"

From Robowiki
Jump to navigation Jump to search
(Darkhorse)
m (Update Page)
Line 6: Line 6:
 
== My Robots ==
 
== My Robots ==
 
'''Active'''
 
'''Active'''
 +
[[AlphaDragon]]-A minibot that uses a souped-up MagicD3 gun and wavesurfing. It's pretty good, but it suffers as just moves away from bullets instead of using precise prediction.
  
[[Caligula]]-A nanobot that tries to beat weak bots badly instead of actually being strong.
+
[[Caligula]]-A nanobot that tries to beat weak bots badly instead of actually being strong. Just behind LBB in the nano category.
  
 
[[Capulet]]-An aggressive micro melee bot.
 
[[Capulet]]-An aggressive micro melee bot.
  
 
[[CapuletDroid]]-A nano-sized droid version of [[Capulet]].
 
[[CapuletDroid]]-A nano-sized droid version of [[Capulet]].
 +
 +
[[Corsair]]-A nano melee bot using oscillator movement and distance control. It's almost competitive, but not as good as I thought it would be.
  
 
[[DarkHorse]]-A micro bot based on Caligula. It uses the first pattern match I've ever written.
 
[[DarkHorse]]-A micro bot based on Caligula. It uses the first pattern match I've ever written.
 +
 +
[[DoubleReed]]-A mega bot that is just AlphaDragon with precise prediction. It wavesurfs in a way different from most bots, considering every possible angle it could move at.
  
 
[[Fuatisha]]-A nano PM bot, fifth place in the nanorumble.
 
[[Fuatisha]]-A nano PM bot, fifth place in the nanorumble.

Revision as of 04:47, 14 March 2011

About Me

I'm a mid-level programmer who learned about robocode while doing a school report on artificial intelligence. I've been robocoding since early 2009(I think). Robocode was my first java experience, so I'm not quite as skilled at java as some other people on the wiki. I'm not old enough to be taking advanced math classes such as trig either, so I'm down in that department too. However, I have learned quite a lot while robocoding. I like to spend a lot of time working on random projects that won't result in much. If you have an idea for me, ask about it on my talk page. I'm pretty busy right now between school and soccer season, but I'm still trying to find time to work on my robots.

My Robots

Active AlphaDragon-A minibot that uses a souped-up MagicD3 gun and wavesurfing. It's pretty good, but it suffers as just moves away from bullets instead of using precise prediction.

Caligula-A nanobot that tries to beat weak bots badly instead of actually being strong. Just behind LBB in the nano category.

Capulet-An aggressive micro melee bot.

CapuletDroid-A nano-sized droid version of Capulet.

Corsair-A nano melee bot using oscillator movement and distance control. It's almost competitive, but not as good as I thought it would be.

DarkHorse-A micro bot based on Caligula. It uses the first pattern match I've ever written.

DoubleReed-A mega bot that is just AlphaDragon with precise prediction. It wavesurfs in a way different from most bots, considering every possible angle it could move at.

Fuatisha-A nano PM bot, fifth place in the nanorumble.

MagicD2-My first ever robot and just for fun nano. It changes almost completely with each version release.

MagicD3-A Dynamic Clustering micro, competing with Cannon to be the best DC micro

Maui-A wavesurfing micro, fairly awful right now.

Mercutio-A micro melee bot with a movement based on dodging HOT and LT. Fairly competitive.

SavantMicro-A micro with SavantVS's movements and a nifty wave-based bearing change gun.

SavantVS-One of only 2(?) active nano VelocitySurfers.

SavantWS-Not very competitive, but it has nano-sized wavesurfing.

TybaltMelee-A nano melee robot, with antigravity movement and a reduced linear gun. ~10th place in the nano melee.

Retired/Developing

Acraepheus-One of my earliest robots, now retired.

DolphinAR-My second robot. Used stop and go movement with multimode guns.

Lexical- A mega melee robot that utterly failed due to bugs.

MagestyOfColors-A minibot based on MagicD3. It should be better against strong bots but not as good against simple targeters. Its gun is just like MagicD3's except with more segments, and its movement is an adaptive version of MagicD3's main one. This robot still has ~500 codesize bytes to spare.

My Projects/Stupid Things I Spend Too Much Time On

Super Sample Bots- A set of bots that are based on the sample bots. They are intended to be the next challenge for beginners after they have a robot that can beat all of the regular sample bots.