Bots and Simulations > Bot Tavern

F3 league

<< < (5/8) > >>

abyaly:
I once worked on a bot called Aura. I wanted it to be the top of both leagues, so I carefully worked out a clever navigation, conspec, and spreading systems. At that point, Aura didn't get very far.
So, I looked at some of the other F2 bots to see what they did. They used shell. Oh-ho, I thought, I'll add some shell to Aura to make it stronger. As you may expect, it got stronger after that. But it still wasn't quite strong enough to clear the leagues. I decided to make Aura create shell to match it's current body and energy count (iirc). I didn't know it at the time, but this actually made Aura the only bot able to replenish shell that it lost (because .shell didn't update properly for shell loss). This modification let Aura sweep F1 and F2.
Now, some of the people reading this will think that the navigation, conspec, and spreading systems might have contributed, but all three of those had pretty bad bugs in them. The conspec occasionally failed. Aura wouldn't accelerate past a certain velocity. The aim was calculated incorrectly. It also wasted lots of energy moving back and forth away from allies (bots are able to find food more quickly at a much lower energy cost). I believe that all of the things that I had thought were clever at the time were actually detrimental to it. Aura swept the leagues for two reasons: it had giant onmi-eye vision and it was the only bot that replenished lost shell.
This is the kind of difference shell makes.
I consider shell to be too much of a factor in F2.


If F3 includes shell, there won't be a significant difference between F2 and F3.

Numsgil:

--- Quote from: Peter ---Here is my application for F3 league  .
It doesn't need wrong tricks like virussus.
It isn't using any mean stuff like poison, shell or venom.
No slime eather, why waste it if you can use it for shooting.
It doesn't use ties, ties are mean. Philosophy is just that a opponent/colleague should go freely.
It doesn't use body shots, those are bad to the body.
It doesn't reproduce, the sim is already full enough.
It also doesn't use any conspec recocnition, it is just evil to check if the one you're shooting at has the same dna as you do.

Shortly a very smart bot  


--- Code: ---start
 *.maxvel *.vel sub .up store
 *.eye4 *.eye6 sub .aimsx store
 .shoot inc
--- End code ---

--- End quote ---

It fails!  It's using .shoot inc, which is an info shot and not allowed.  You wanted .shoot dec

Peter:

--- Quote from: Numsgil ---It fails!  It's using .shoot inc, which is an info shot and not allowed.  You wanted .shoot dec
--- End quote ---
oh....  , yes sure it does.

I ehm   .. waited till someone would pick that one up.

Yes, that's it  , really.

bacillus:
Remember we should keep it as simple as possible, as the league is for newbies. I think keeping it down to one-step processes like .mkshell would be appropriate, as their function is fairly obvious.

Numsgil:

--- Quote from: abyaly ---I once worked on a bot called Aura. I wanted it to be the top of both leagues, so I carefully worked out a clever navigation, conspec, and spreading systems. At that point, Aura didn't get very far.
So, I looked at some of the other F2 bots to see what they did. They used shell. Oh-ho, I thought, I'll add some shell to Aura to make it stronger. As you may expect, it got stronger after that. But it still wasn't quite strong enough to clear the leagues. I decided to make Aura create shell to match it's current body and energy count (iirc). I didn't know it at the time, but this actually made Aura the only bot able to replenish shell that it lost (because .shell didn't update properly for shell loss). This modification let Aura sweep F1 and F2.
Now, some of the people reading this will think that the navigation, conspec, and spreading systems might have contributed, but all three of those had pretty bad bugs in them. The conspec occasionally failed. Aura wouldn't accelerate past a certain velocity. The aim was calculated incorrectly. It also wasted lots of energy moving back and forth away from allies (bots are able to find food more quickly at a much lower energy cost). I believe that all of the things that I had thought were clever at the time were actually detrimental to it. Aura swept the leagues for two reasons: it had giant onmi-eye vision and it was the only bot that replenished lost shell.
This is the kind of difference shell makes.
I consider shell to be too much of a factor in F2.


If F3 includes shell, there won't be a significant difference between F2 and F3.
--- End quote ---

Hmm, that is a valid point.  I'll have to stew this over to figure out what I think

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version