Author Topic: Cyanobacterium Nostoc (V)(Testlund)-20.04.06  (Read 3335 times)

Offline Testlund

  • Bot God
  • *****
  • Posts: 1574
    • View Profile
Cyanobacterium Nostoc (V)(Testlund)-20.04.06
« 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
The internet is corrupt and controlled by criminally minded people.

Offline Griz

  • Bot Overlord
  • ****
  • Posts: 608
    • View Profile
Cyanobacterium Nostoc (V)(Testlund)-20.04.06
« Reply #1 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
不知
~griz~
[/color]
   "The selection of Random Numbers is too important to be left to Chance"
The Mooj  a friend to all humanity
[/color]

Offline Testlund

  • Bot God
  • *****
  • Posts: 1574
    • View Profile
Cyanobacterium Nostoc (V)(Testlund)-20.04.06
« Reply #2 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.  
The internet is corrupt and controlled by criminally minded people.