gametechmods

Robot Arena Matches => Challenge Board => Topic started by: Badger on March 01, 2016, 02:56:57 PM

Title: Bobyasianboy vs Badger (Badger Wins)
Post by: Badger on March 01, 2016, 02:56:57 PM
IF HW
DSL Tournament Arena
BO3
Standard IF ruleset

Thrackerzod hosting

Edit:
SnS Banned
Title: Re: Bobyasianboy vs Badger
Post by: Thrackerzod on March 02, 2016, 08:07:14 AM
Got Badger's bot, have not got a bot from Boby yet.  Have not looked at Badger's bot yet either.
Title: Re: Bobyasianboy vs Badger
Post by: Bobyasianboy on March 02, 2016, 10:49:37 AM
I'll probably send mine in tomorrow unless I build something awful whilst drunk tonight.
Title: Re: Bobyasianboy vs Badger
Post by: Thrackerzod on March 03, 2016, 01:24:57 PM
Badger's bot all good, small promblem with Bob's.

EDIT: Promblem resolved, will video as soon as I have time.
Title: Re: Bobyasianboy vs Badger
Post by: Thrackerzod on March 04, 2016, 01:02:40 PM
Here ya go:

http://www.youtube.com/watch?v=x9d3SeplD5M# (http://www.youtube.com/watch?v=x9d3SeplD5M#)

Title: Re: Bobyasianboy vs Badger
Post by: Badger on March 04, 2016, 01:09:26 PM
Title: Re: Bobyasianboy vs Badger
Post by: Bobyasianboy on March 04, 2016, 01:25:55 PM
Title: Re: Bobyasianboy vs Badger
Post by: Reier on March 04, 2016, 04:08:39 PM
Title: Re: Bobyasianboy vs Badger
Post by: Badger on March 04, 2016, 04:56:28 PM
Out of interest, what was the problem w/ boby's bot?
Title: Re: Bobyasianboy vs Badger
Post by: Bobyasianboy on March 04, 2016, 05:06:02 PM
Neither of us knew how to ai it :P
That's fair
Title: Re: Bobyasianboy vs Badger
Post by: RedAce on March 04, 2016, 07:53:44 PM
Neither of us knew how to ai it :P
Click made a special .py for this certain breed of bot.

TRFBD.py (https://gametechmods.com/uploads/files/TRFBD.zip)
Sample AI Line:

Code: [Select]
    list.append(("Enter Bot Name","TRFBD",{'invertible':True,'range':5,'radius':1,'topspeed':99,'throttle':100,'turn':100,'turnspeed':1,'weapons':(0,)}))

This should be everything needed for it, although it's useless now since the challenge is done, but ah well.  Speaking of which...

Title: Re: Bobyasianboy vs Badger
Post by: Badger on March 04, 2016, 08:33:18 PM
Title: Re: Bobyasianboy vs Badger
Post by: Thrackerzod on March 04, 2016, 10:30:28 PM
Neither of us knew how to ai it :P
Click made a special .py for this certain breed of bot.

TRFBD.py (https://gametechmods.com/uploads/files/TRFBD.zip)
Sample AI Line:

Code: [Select]
    list.append(("Enter Bot Name","TRFBD",{'invertible':True,'range':5,'radius':1,'topspeed':99,'throttle':100,'turn':100,'turnspeed':1,'weapons':(0,)}))

This should be everything needed for it, although it's useless now since the challenge is done, but ah well.  Speaking of which...

Thanks dude.  We got it eventually and that's what we ended up using.  But yeah, the problem was that I had no idea how to do the AI.