I'll do North Polers.
I think SM is a pretty cool guy, eh builds unicycle-bots and doesn't afraid of anything
I've made Team Dragon.Check it out in my showcase.
Need to skin them first. I will as soon as ready.
is this bot don't lost all razors in a fight before do a damage thought
My Team: What d'you think?
obligatory battlebots 5 comment
i'll do the Dogs, if that's alright.
Quote from: freeziez on November 05, 2011, 12:31:25 PMi'll do the Dogs, if that's alright.Yuh.
import mathdef load(list): print "Loading AI bindings" # binding format: # ( 'name of robot from .bot file', 'name of AI from script class', # {'optional constructor parameter':value, 'another':value} ) # constructor parameters: # nose - "front" of bot in radians (default 0) # invertible - can function upside-down (default False) # topspeed - speed in meters/second AI will attempt not to exceed (default 4.0) # throttle - maximum analog value AI will attempt not to exceed (default 100) # turnspeed - turning in radians/second AI will attempt not to exceed (default 2.5) # turn - maximum analog value AI will attempt not to exceed (default 60) # radius - bot radius to use for checking for hazards and walls (default 1.0) # 0 - Red Zone "That's where your bot will be after ten seconds with ours!" list.append(("AW - Scout","Flipper",{'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':100,'turn':30,'turnspeed':5,'weapons':(8,9)})) list.append(("BW - RED ALERT","Poker",{'nose':math.pi*1.5,'radius':0.3,'topspeed':100,'throttle':130,'turn':60,'turnspeed':5,'weapons':(13,14,16,17,18)})) list.append(("AW - Second Sentinel","Flipper",{'nose':math.pi*1.5,'range':99,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':5,'weapons':(18,19)})) list.append(("AW - T-Minus","Flipper",{'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(25,)})) list.append(("AW - Biohazard","Poker",{'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(4,)})) list.append(("AW - Dreadnought","Omni",{'invertible':True,'nose':math.pi*2,'range':99,'radius':0.1,'topspeed':100,'throttle':80,'turn':25,'turnspeed':1.5,'weapons':(20,)})) # 1 - PREHISTORIC "Badder and still bloodthirsty!" list.append(("BW - Roly Poly","Rammer",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5})) list.append(("BW - Saber Teeth","Omni",{'invertible':True,'nose':math.pi*0.5,'radius':0.2,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3.5,'weapons':(10,11,12,13,14,15,16,17,18,19)})) list.append(("AW - Grog, the Vengeful","Spinner",{'nose':math.pi,'range':500,'radius':1,'topspeed':3,'throttle':130,'turn':60,'turnspeed':5,'weapons':(27,28,29,30,35,36,37,38,39,40,41,42,43,44,45,46,47,48,53,54)})) list.append(("AW - Robot X","Rammer",{'invertible':True,'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5})) list.append(("BW - Matilda","DirectionalSpinner",{'nose':-math.pi,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(24,25,26)})) list.append(("AW - Behemoth","Flipper",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(6,23)})) # 2 - The Good Ol' Boys "Don't need nuthin' but my truck, my shotgun, my new bots, and my REVENGE!" list.append(("Hammerhead Shark","Rammer",{'invertible':True,'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5})) list.append(("Blood Runner","Spinner",{'invertible':True,'nose':math.pi*2,'radius':.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(3,4,5,6)})) list.append(("AW - Grisly Bear","Flipper",{'invertible':True,'nose':math.pi*2,'range':99,'radius':0.1,'topspeed':100,'throttle':130,'turn':30,'turnspeed':3,'weapons':(22,23,24,25)})) list.append(("AW- Billy-Bot","Spinner",{'invertible':True,'nose':math.pi,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(17,)})) list.append(("AW -Wheely Big Cheese","Flipper",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(6,)})) list.append(("AW - Thermidor II","Flipper",{'nose':math.pi*2,'radius':1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(11,),'sweapons':(28,29,)})) # 3 - Team Dragon "If you defeat us again, we will sneak in at night and steal your bots." list.append(("AW - Ninja Assassin","Rammer",{'nose':math.pi*2,'range':99,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2,'weapons':(4,5)})) list.append(("Aw - Samurai","Rammer",{'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3.5,'weapons':(9,10)})) list.append(("AW - Shogun","Spinner",{'nose':math.pi*2,'range':99,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':1,'weapons':(13,14,15,16)})) list.append(("AW - Bob","Rammer",{'radius':0.3,'range':2.5,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(25,)})) list.append(("BW - FireStorm","Whipper",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(19,)})) list.append(("BW - Ronin","Spinner",{'invertible':True,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(55,)}))
are Hammerhead Shark and Blood Runner now AW's?
list.append(("BW-Firestorm","FBS_1",{ 'PreSpinEntrance':20, 'SpinDirection(1/-1)':-1, 'ReMobilizeRoutineTime(10-60)':10, 'range':99, 'radius':0.1, 'topspeed':100, 'throttle':130, 'turn':30, 'turnspeed':1.5, 'weapons':(11,)}))