Darwinbots Forum

Bots and Simulations => Bestiary => Short bots => Topic started by: MrMound on December 22, 2006, 09:05:34 PM

Title: MrMound (4G)(MrMound) - 23.12.06
Post by: MrMound on December 22, 2006, 09:05:34 PM
Code: [Select]
'heres my first short bot!!
'was made in 2.42.9 and doesn't work in earlier programes!

cond
 *.nrg 1000 >
start
2000 .repro store
10 .aimsx store
stop

cond
 *.eye5 0 >
start
10 .up store
stop

cond
 *.eye5 50 >
 *.refeye *.myeye !=
start
-1 .shoot store
1 .fixpos store
stop

cond
 *.eye5 50 <
start
0 .fixpos store
stop

end