Bots and Simulations > Bot Tavern

simple virus bot project

(1/2) > >>

Billylegota:
I am new to darwinbots and am starting to work on my first bot, I thought that my code would work but when I tried it the bots just acted like the animal minimal bot, without my added virus spread. Please help.

Here is the code:

'Animal_Minimalis
'By: Nums
'Good for mutation sims and for
'newbies to see how a basic bot works.
'Contains everything necessary for it
'to survive and reproduce.

' Gene 1 Food Finder
cond
 *.eye5 0 >
 *.refeye *.myeye !=
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
stop

' Gene 2 Eat Food
cond
 *.eye5 50 >
 *.refeye *.myeye !=
start
-1 .shoot store
 *.refvelup .up store
stop

' Gene 3 Avoiding Family
cond
 *.eye5 0 =
 *.refeye *.myeye = or
start
 314 rnd .aimdx store
stop

' Gene 4 Reproduce
cond
 *.nrg 20000 >
start
 10 .repro store
stop

' Gene 5 make virus
cond
 *.vitmer 0 =
start
 7 .mkvirus store
stop

' Gene 6 virus prevention
cond
*.robage 0 =
start
7 989 store
stop

' Gene 7 virus gene
cond
7 *989 !=
start
*.thisgene 1 rnd 2 mult -1 add add .delgene store

end

Panda:
You need to shoot the virus when vtimer reaches 1. I think that's the problem. I haven't tested your code so I don't really know.

Peter:
vitmer should be vtimer

Botsareus:
Welcome to DarwinBots!  :)

MysticalDumpling:
0.o I made a bot with one gene that would fire that one gene and infect other bots... It worked pretty well until it infected a veg. The veg. would turn into Big Berthas once the max capacity was reached

Navigation

[0] Message Index

[#] Next page

Go to full version