Blockland Forums > Modification Help
[CONTEST] AI Wars
lordician:
Bots eh?
Awsum.
kiwibear:
But what if one of the bot scripts conflicts with another? :cookieMonster:
Scout31:
--- Quote from: kiwibear on January 29, 2011, 04:42:35 PM ---But what if one of the bot scripts conflicts with another? :cookieMonster:
--- End quote ---
Someone gets screwed. If I can find the source though, then I'll alert the 2 contestants of the function(s) that conflict.
Though, I would suggest starting the functions with AIW_<something resembling you>_. So, example:
--- Code: ---function AIW_S31_findTarget(%ai)
{
//radius search crap
}
--- End code ---
or
--- Code: ---function AIPlayer::AIW_S31_findTarget(%ai)
{
//radius search crap
}
--- End code ---
EDIT:
More contest information!
I have decided that the map will be the slopes. I have also decided to increase the challenge slightly by spawning you bots far off from eachother, rather then in clusters of 5.
The due date has been extended to March 1st
Treynolds416:
Someone could just easily overload on all properties like speed, damage, range, aim, temperament.
It wouldn't be original at all but would probably win.
I love this contest idea except for that though.
Chrono:
This reminds me of sumobots in highschool.