Bots and Simulations > Short bots

T. Mosquito v1.03 (1G)(MacadamiaNuts)-14.01.07

(1/3) > >>

MacadamiaNuts:

--- Code: ---'My first (posted) bot. Tested with 2.42.9s.

'name: Mosquito
'class: One Gene Bot
'version: 1.03
'author: Macadamia Nuts
'description: This bot uses ties for feeding with sharenrg. A nice offspring spreading 'guarantees tieing to all nearby targets. It's also a fast reproducer and it deletes virus. It uses 'venom shots in a nasty way to force other eyed bots to store huge amounts of venom.

start
*.in1 .out1 store
*.in2 .out2 store
*.refeye *.myeye sub abs sgn *.eye5 sgn mult 973 store
80 *.nrg 3000 sub sgn 1 sub sgn 1 add .repro mult store
107 *.nrg 3000 sub sgn 1 sub sgn 1 add .aimdx mult store
5 *.vel 20 sub sgn 1 sub sgn abs .up mult store
3 .tienum store
.sharenrg .tieloc store
1 .tieval store
*.body *.nrg 20 div sub .fdbody store
*.nrg 20 div *.body sub .strbody store
1 .strvenom store
*.nrg 2000 div sgn abs .strpoison store
*.nrg 750 div abs .mkslime store
*.nrg 2000 div abs .mkshell store
.strvenom .vloc store
1000 .venval store
.eye5 .ploc store
3 .tie *973 mult store
*.thisgene 1 add .delgene store
*.thisgene 1 sub .delgene *.thisgene sgn mult store
*.waste .shootval *.waste 100 div abs sgn mult store
-6 *973 .shoot mult store
-3 *973 .shoot mult *.refeye sgn mult store
-4 .shoot *.waste 100 div abs sgn mult store
*.tiepres .deltie *.tiepres 3 sub abs sgn mult store
*.eye9 *.eye1 sub sgn 60 mult .aimdx *973 mult store
*.eye2 *.eye8 sub sgn 50 mult .aimsx *973 mult store
*.eye7 *.eye3 sub sgn 40 mult .aimdx *973 mult store
*.eye4 *.eye6 sub sgn 30 mult .aimsx *973 mult store
stop
end
--- End code ---

-venom-:
nice bot !!!!!

Numsgil:

--- Quote --- This bot uses ties both for feeding with sharenrg and to dissolve all the DNA of the target

--- End quote ---

I haven't fully checked it out, but is your bot using ties to force other bots to delgene?  I'm pretty sure the concensus a while ago was that this was unbalanced, and we removed the capability from the code.  But maybe not.  Either way, nice bot

MacadamiaNuts:
Ok I'm fixing it. Anyway it moves too fast without speed restrictions. I didn't knew it was set to full for F1 challenges.

Edit: Fixed, somehow. It's going up the F1 challenge ladder now on my old machine.

MacadamiaNuts:
What the...  

The fixed one crushed everything I threw at it. I wonder if I did something wrong.

It seems to be inmune to its own killer venom shots. I think it is because it sets .strvenom each cycle, but I wouldn't swear it. After some cycles it creates a multibot net around the veggies, surrounded by single bots running around. Since I failed to always avoid ties to conspec, they seem to be sharing all the energy they steal. Quick bots are often killed when they move through the net, while slow bots are killed by the stray singles.

I guess there's no limit to energy transfer for .sharenrg. Maybe should.

Using venom to force a 1000 .strvenom seems a bit of an exploit, though placing a 0 .strvenom somewhere should make it inmune... I didn't test it.

Navigation

[0] Message Index

[#] Next page

Go to full version