Difference between revisions of "User:CrazyBassoonist"

From Robowiki
Jump to navigation Jump to search
m (Just noticed the nice bot insomnia)
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
==  About Me: ==
+
==  About Me ==
  
  
I learned about Robocode while doing a report on artificial intelligence for
+
I learned about robocode while doing a middle school report on artificial intelligence in 2009 and was very active between 2009 and 2012. I mostly work on making nanos/micros and I like to make robots that have different or unusual strategies. I also wrote a lot of the [[Super Sample Bots]], a set of robots created with the goal of being good for beginners to learn from.
school, and so far I've found it very enjoyable. Unfortunately, I'm extremely
 
new (as in no previous experience) to Robocode, Java, and programming in general.
 
I am also not yet old enough to be taking geometry, which seems to be important
 
for this game. However, I'm a fast learner and I'm sure I can figure it out.
 
As you may have guessed, one of my hobbies is playing the bassoon.
 
  
== My Robots: ==
+
== My Robots ==
  
[[MagicD2]]- My first robot, a very simple nanobot. It has head-on targeting and it strafes around the enemy, changing directions when they fire.
+
[[Caligula]] - A nanobot that tries to beat weak bots badly instead of actually being strong. It was the first to use the bullet dodging/ramming combo that is seen in a few top nanos nowadays.
  
[[TipToe]]- Uses an interesting form of random movement I created. Also uses a very buggy linear targeting gun that I created/am creating. (Completely my own. Didn't use the tutorial's code at all.)
+
[[Capulet]] - A micro melee bot that tries very hard to take one of the field's corners. Capulet was my first truly competitive bot and it held down the micro melee throne until [[Wallaby]] came along.
  
 +
[[CapuletDroid]] - A nano-sized droid version of [[Capulet]].
  
== My Progress: ==
+
[[Claudius]] - A scaled-up version of Caligula that forgoes the last-ditch ramming in favor of random movement.
February 16, 2009: Made my first learning gun... I'm not sure what type it would be, maybe a non-virtual gun. What it does is it assigns each of two different gun types random hit percentages at the beginning of a match and then uses them each randomly until it has enough data to choose one.However, because it has no certain way of knowing which gun fired the bullet that hit the other robot, it is heavily biased towards whatever gun it chooses at the beginning, thus leading to its extremely random score over short periods of time. Without movement added it gets 74% on average against walls over a thousand rounds, and anywhere from 81% to 38% over 35 rounds.
 
  
 +
[[Corsair]] - A nano melee bot using oscillator movement and distance control.
 +
 +
[[Fuatisha]] -  An adaptive-movement nano PM bot that is the inverse of [[Caligula]] - it doesn't get the best APS, but it's one of the hardest nanos to get more than 50% against. The current nano PWIN champ.
 +
 +
[[MagicD3]] - A  Dynamic Clustering micro, competing with [[Cannon]] to be the best DC micro.
 +
 +
[[Maui]] - A micro-sized wavesurfer inspired by one of my favorite bots, [[WaveShark]]. Unfortunately its not nearly as good as [[kev]]'s version.
 +
 +
[[Mercutio]] - A micro melee bot with a fun melee movement based on dodging HOT and LT.
 +
 +
[[PricklyPear]] - A mega with extremely simple wavesurfing and guessfactor targeting but a lot of other tricks up it's sleeve.
 +
 +
[[SavantMicro]] - A micro based on my adaptive-movement nano [[SavantVS]]. One of my favorite movements to watch in action.
 +
 +
[[SavantWS]] - Not competitive in the slightest, but it has nano-sized wavesurfing (kind of).
  
 
[[Category:Bot Authors|CrazyBassoonist]]
 
[[Category:Bot Authors|CrazyBassoonist]]

Latest revision as of 16:07, 2 May 2020

About Me

I learned about robocode while doing a middle school report on artificial intelligence in 2009 and was very active between 2009 and 2012. I mostly work on making nanos/micros and I like to make robots that have different or unusual strategies. I also wrote a lot of the Super Sample Bots, a set of robots created with the goal of being good for beginners to learn from.

My Robots

Caligula - A nanobot that tries to beat weak bots badly instead of actually being strong. It was the first to use the bullet dodging/ramming combo that is seen in a few top nanos nowadays.

Capulet - A micro melee bot that tries very hard to take one of the field's corners. Capulet was my first truly competitive bot and it held down the micro melee throne until Wallaby came along.

CapuletDroid - A nano-sized droid version of Capulet.

Claudius - A scaled-up version of Caligula that forgoes the last-ditch ramming in favor of random movement.

Corsair - A nano melee bot using oscillator movement and distance control.

Fuatisha - An adaptive-movement nano PM bot that is the inverse of Caligula - it doesn't get the best APS, but it's one of the hardest nanos to get more than 50% against. The current nano PWIN champ.

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

Maui - A micro-sized wavesurfer inspired by one of my favorite bots, WaveShark. Unfortunately its not nearly as good as kev's version.

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

PricklyPear - A mega with extremely simple wavesurfing and guessfactor targeting but a lot of other tricks up it's sleeve.

SavantMicro - A micro based on my adaptive-movement nano SavantVS. One of my favorite movements to watch in action.

SavantWS - Not competitive in the slightest, but it has nano-sized wavesurfing (kind of).