Bots and Simulations > Bot Tavern

Discerpo Inscribo

<< < (8/10) > >>

Numsgil:
One of my bots, enitor comesum I believe, used a very efficient search gene that works well in low friction sims.  Basically it would accelerate in a random direction if its velocity was zero and there was nothing to eat.

Jez:
Didn't see that in bestiary so it has been added here: Enitor Comesum

kage:
Even when it sees food it no longer tries to eat

Jez:
Enitor Comesum or Descerpo Inscribo?

If it is your bot then PM or post the DNA and I'll/we'll see if I/we can figure out the reason.

PS The leagues are very close to being perfect now, all credit to Eric, so if you are still having a problem with veg it is worth looking at. (I've run into similar problems loads of times, when I post it it's always something I've missed!   )

kage:
Well here it um...is.  I haven't looked at the bot you guys suggested, but as of now it doesn't move attack or spin, even when it sees food...I messed this one up pretty good this time  


--- Code: ---'Discerpo Inscribo v1.6
'Made by Kage
'Latin for Dividing Entity
'It fights best against
'tie feeders because it quickly
'reproduces into multiple cells
'when it has been tied and overpowers
'its foe from all angles

cond
*.robage 0 =
start
7 989 store
stop

cond
*.vitmer 0 =
start
3 .mkvirus store
stop

cond
7 *989 !=
start
-2 .shoot store
stop

cond
*.eye5 20 >
*.vtimer 1 =
start
100 .vshoot store
stop

cond
*.eye5 0 >
*.refeye *.myeye !=
start
*.refveldx .dx store
*.refvelup 30 add .up store
stop

cond
*.eye5 50 >
*.refeye *.myeye !=
start
-6 .shoot store
*.refvelup .up store
stop

cond
*.eye5 0 =
*.refeye *.myeye = or
start
314 rnd .aimdx store
stop

cond
*.tiepres 0 !=
*.nrg 5000 > or
start
50 .repro store
stop

cond
*.waste 40 >
start
.backshot inc
-4 .shoot store
*.waste .shootval store
stop

cond
*.mkvirus 0 !=
start
*.mkvirus .delgene store
stop

cond
*.slime 300 <
start
100 .mkslime store
stop

cond
 *.poison 500 <
start
 50 .strpoison store
stop

cond
 *.shell 250 <
start
 100 .mkshell store
stop
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version