Darwinbots Forum

Bots and Simulations => Bestiary => Short bots => Topic started by: Jez on December 02, 2006, 03:03:47 AM

Title: Ever Jan's bot (6G)(Ever Jan)-08.03.04
Post by: Jez on December 02, 2006, 03:03:47 AM
Code: [Select]
'Topic: Short-bots thread
'Evert Jan unnamed bot

cond
*.nrg 4000 >
start
50 .repro store
stop

cond
*.eye5 0 >
*.refeye 2 !=
start
-1 .shoot store
stop

cond
*.vel 30 <
start
30 .up store
stop

cond
*.eye5 0 >
*.refeye 2 !=
start
60 .tie store
60 .readtie
stop

cond
*.numties 0 >
*.trefeye 2 !=
start
60 .tienum store
-1 .tieloc store
-1000 .tieval store
stop

cond
start
100 *.slime sub .mkslime store
stop

end