Bots and Simulations > Bot Tavern
Community project (now pretty much defunct)
Elite:
Thanks for that, I was wondering who that was :D
I've updated it with all the new info. You are welcome to watch and help with the wiki.
Aren't antbots cool :)
PurpleYouko:
--- Quote ---seems all the queens end up going 'out of bounds' and then
doing nothing. any idea why that might be?
--- End quote ---
Could be screen sizes. Ant-Bot 5 is designed to work in size 3 best. If you run a smaller size then the queen may try to leave the screen when she decides where her nest will be.
the nest location is determined randomly with x and y coordinate maxima matching the size 3 dimensions
Elite:
Go here to participate in the project (+ lots of information about halfway down)
:help:
Go here to see who's doing what and how the project is organized
:D
And go here to make suggestions concerning hivebot communication, information gathering and (x, y) location stuff. If you have any ideas then just say, you don't need to know how to program bots to make good suggestions.
:D
Come on. I need your help!!! :help:
Griz:
--- Quote ---the nest location is determined randomly with x and y coordinate maxima matching the size 3 dimensions
--- End quote ---
I figured maybe.
24000 x 18000 is size 3 ...
16000 x 12000 for #2
while size one is 9237 x 6928
where is that set in the code?
I find this in gene 2 for new queens:
3 .type store
14000 rnd 100 add .queenx store
10000 rnd 100 add .queeny store
which, if this is it, would work in both size 2 and 3.
if I alter this to say ... 9000 and 6500 will that do it?
I wonder if the code could be written to sense
what size the field is upon intializing the bots ...
so they could be run in any size?
thanks
Elite:
Got the same problem with wraithbot
I haven't found a way of sensing field size but it would be a good idea. The problem is that the coordinates cannot exceed 32000.
Suggestion - need some new sysvars:
.fieldx
.fieldy
:D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version