Darwinbots Forum

Bots and Simulations => Bestiary => Veggies => Topic started by: Testlund on March 29, 2006, 02:05:52 PM

Title: Cyanobacterium Nostoc (V)(Testlund)-20.04.06
Post by: Testlund on March 29, 2006, 02:05:52 PM
'********************************
'     Cyanobacterium nostoc      
'                                
' Made mars 29, 2006 by Testlund
'                                
'  Thanks to Eric L for sorting  
'  out the errors.              
'********************************

'Gene 1. Reproduction
cond
*.nrg 10000 >
start
50 .repro store
15 .aimdx store
stop

'Gene 2. Attach to parent
cond
*.robage 0 =
start
.tie inc
.shoot .ploc store
stop

'Gene 3. Simple search pattern 1
cond
*.eye3 *.eye5 >
start
-25 .aimdx store
stop

'Gene 4. Simple search pattern 2
cond
*eye7 *eye5 >
start
25 .aimdx store
stop

'Gene 5. Feeding
cond
*.eye5 40 >
*.nrg 3000 <
*.refeye *.myeye !=
start
-1 .shoot store
stop

'Gene 6. Avoid conspecifics
cond
*eye5 0 >
*.refeye 6 =
start
180 .aimdx store
stop

'Gene 7. Spread out
cond
*.nrg 1000 <
start
.deltie inc
stop

'Gene 8. Store poison

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

*.eye5

end
Title: Cyanobacterium Nostoc (V)(Testlund)-20.04.06
Post by: Griz on March 29, 2006, 03:29:47 PM
I see he changed it to this ...
corrected some errors and made it swarm with conspecs

'Gene 1. Reproduction
cond
*.nrg 5000 >
start
50 .repro store
15 .aimdx store
stop

'Gene 2. Attach to parent
cond
*.robage 0 =
start
.tie inc
.shoot .ploc store
stop

'Gene 3. Simple search pattern 1
cond
*.eye3 *.eye5 >
start
-25 .aimdx store
stop

'Gene 4. Simple search pattern 2
cond
*.eye7 *.eye5 >
start
25 .aimdx store
stop

'Gene 5. Feeding
cond
*.eye5 40 >
*.refeye *.myeye !=
start
-1 .shoot store
stop

'Gene 6. Swarm with conspecs
cond
*.eye5 0 >
*.refeye *.myeye =
start
*.refaim .setaim store
stop

'Gene 7. Sever tie to parent
cond
start
.deltie inc
stop

'Gene 8. Store poison
cond
*.poison 500 <
start
50 .strpoison store
stop

'Gene 9. Actually move
cond
*.eye5 40 <
*.nrg 5000 <
start
10 .up store
stop

end
Title: Cyanobacterium Nostoc (V)(Testlund)-20.04.06
Post by: Testlund on April 20, 2006, 03:46:31 PM
IMO the first post should be put into veggies subforum and the other post should be put into a subforum called vicious piranhas.